Home
last modified time | relevance | path

Searched refs:second_byte (Results 1 – 1 of 1) sorted by relevance

/arch/tile/mm/
Dpgtable.c369 u8 second_byte = tmp[1]; in ptep_test_and_clear_young() local
370 if (!(second_byte & (1 << (HV_PTE_INDEX_ACCESSED - 8)))) in ptep_test_and_clear_young()
372 tmp[1] = second_byte & ~(1 << (HV_PTE_INDEX_ACCESSED - 8)); in ptep_test_and_clear_young()