Searched refs:_PAGE_A (Results 1 – 4 of 4) sorted by relevance
54 #define _PAGE_A (1 << _PAGE_A_BIT) /* page accessed bit */ macro77 #define __ACCESS_BITS _PAGE_ED | _PAGE_A | _PAGE_P | _PAGE_MA_WB78 #define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P | _PAGE_D | _PAGE_MA_WB137 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_A)299 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0)308 #define pte_mkold(pte) (__pte(pte_val(pte) & ~_PAGE_A))309 #define pte_mkyoung(pte) (__pte(pte_val(pte) | _PAGE_A))
130 #define _PAGE_A 0x010 /* accessed */ macro151 #define _PAGE_ACCESSED _PAGE_A
552 or r25=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits579 or r18=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits618 or r25=_PAGE_A,r18 // set the accessed bit645 or r18=_PAGE_A,r18 // set the accessed bit673 or r25=_PAGE_A,r18 // set the dirty bit698 or r18=_PAGE_A,r18 // set the accessed bit
626 (_PAGE_A | in efi_enter_virtual_mode()639 (_PAGE_A | in efi_enter_virtual_mode()