Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-parisc/
Dpgtable.h129 #define _PAGE_ACCESSED_BIT 23 /* (0x100) Software: Page Accessed */ macro
149 #define _PAGE_ACCESSED (1 << xlate_pabit(_PAGE_ACCESSED_BIT))
370 return test_and_clear_bit(xlate_pabit(_PAGE_ACCESSED_BIT), ptep); in ptep_test_and_clear_young()