Searched refs:_PAGE_A (Results 1 – 4 of 4) sorted by relevance
55 #define _PAGE_A (1 << _PAGE_A_BIT) /* page accessed bit */ macro81 #define __ACCESS_BITS _PAGE_ED | _PAGE_A | _PAGE_P | _PAGE_MA_WB82 #define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P | _PAGE_D | _PAGE_MA_WB141 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_A)303 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0)313 #define pte_mkold(pte) (__pte(pte_val(pte) & ~_PAGE_A))314 #define pte_mkyoung(pte) (__pte(pte_val(pte) | _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
650 (_PAGE_A | in efi_enter_virtual_mode()663 (_PAGE_A | in efi_enter_virtual_mode()
371 #define PHY_PAGE_UC (_PAGE_A|_PAGE_D|_PAGE_P|_PAGE_MA_UC|_PAGE_AR_RWX)372 #define PHY_PAGE_WB (_PAGE_A|_PAGE_D|_PAGE_P|_PAGE_MA_WB|_PAGE_AR_RWX)