Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/include/asm/
Dpgtable.h29 #define _PAGE_A_BIT 5 macro
54 #define _PAGE_A (1 << _PAGE_A_BIT) /* page accessed bit */
418 return test_and_clear_bit(_PAGE_A_BIT, ptep); in ptep_test_and_clear_young()