Searched refs:_PAGE_A (Results 1 – 5 of 5) sorted by relevance
55 #define _PAGE_A (1 << _PAGE_A_BIT) /* page accessed bit */ macro78 #define __ACCESS_BITS _PAGE_ED | _PAGE_A | _PAGE_P | _PAGE_MA_WB79 #define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P | _PAGE_D | _PAGE_MA_WB137 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_A)294 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0)302 #define pte_mkold(pte) (__pte(pte_val(pte) & ~_PAGE_A))303 #define pte_mkyoung(pte) (__pte(pte_val(pte) | _PAGE_A))
125 #define _PAGE_A 0x010 /* accessed */ macro146 #define _PAGE_ACCESSED _PAGE_A
86 #define _PAGE_A (1UL << 6) macro139 #define PAGE_NONE __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_A)
553 or r25=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits580 or r18=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits619 or r25=_PAGE_A,r18 // set the accessed bit646 or r18=_PAGE_A,r18 // set the accessed bit674 or r25=_PAGE_A,r18 // set the dirty bit699 or r18=_PAGE_A,r18 // set the accessed bit
628 (_PAGE_A | in efi_enter_virtual_mode()641 (_PAGE_A | in efi_enter_virtual_mode()
Completed in 15 milliseconds