Searched refs:_PAGE_A (Results 1 – 3 of 3) sorted by relevance
56 #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_WB114 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_A)250 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0)258 #define pte_mkold(pte) (__pte(pte_val(pte) & ~_PAGE_A))259 #define pte_mkyoung(pte) (__pte(pte_val(pte) | _PAGE_A))
507 or r25=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits527 or r18=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits566 or r25=_PAGE_A,r18 // set the accessed bit586 or r18=_PAGE_A,r18 // set the accessed bit614 or r25=_PAGE_A,r18 // set the dirty bit633 or r18=_PAGE_A,r18 // set the accessed bit
612 md->virt_addr = ia64_remap(md->phys_addr, (_PAGE_A | _PAGE_P in efi_enter_virtual_mode()623 md->virt_addr = ia64_remap(md->phys_addr, (_PAGE_A | _PAGE_P in efi_enter_virtual_mode()