Home
last modified time | relevance | path

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

/linux/arch/ia64/include/asm/
A Dpgtable.h55 #define _PAGE_A (1 << _PAGE_A_BIT) /* page accessed bit */ macro
78 #define __ACCESS_BITS _PAGE_ED | _PAGE_A | _PAGE_P | _PAGE_MA_WB
79 #define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P | _PAGE_D | _PAGE_MA_WB
137 #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))
/linux/arch/openrisc/include/asm/
A Dpgtable.h125 #define _PAGE_A 0x010 /* accessed */ macro
146 #define _PAGE_ACCESSED _PAGE_A
/linux/arch/nds32/include/asm/
A Dpgtable.h86 #define _PAGE_A (1UL << 6) macro
139 #define PAGE_NONE __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_A)
/linux/arch/ia64/kernel/
A Divt.S553 or r25=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits
580 or r18=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits
619 or r25=_PAGE_A,r18 // set the accessed bit
646 or r18=_PAGE_A,r18 // set the accessed bit
674 or r25=_PAGE_A,r18 // set the dirty bit
699 or r18=_PAGE_A,r18 // set the accessed bit
A Defi.c628 (_PAGE_A | in efi_enter_virtual_mode()
641 (_PAGE_A | in efi_enter_virtual_mode()

Completed in 15 milliseconds