Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-i386/
Dpgtable.h182 #define _PAGE_BIT_ACCESSED 5 macro
300 …int ptep_test_and_clear_young(pte_t *ptep) { return test_and_clear_bit(_PAGE_BIT_ACCESSED, ptep); } in ptep_test_and_clear_young()
/linux-2.4.37.9/include/asm-x86_64/
Dpgtable.h204 #define _PAGE_BIT_ACCESSED 5 macro
340 …int ptep_test_and_clear_young(pte_t *ptep) { return test_and_clear_bit(_PAGE_BIT_ACCESSED, ptep); } in ptep_test_and_clear_young()