Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/include/asm/
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
138 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_A)
300 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0)
309 #define pte_mkold(pte) (__pte(pte_val(pte) & ~_PAGE_A))
310 #define pte_mkyoung(pte) (__pte(pte_val(pte) | _PAGE_A))
/Linux-v4.19/arch/openrisc/include/asm/
Dpgtable.h131 #define _PAGE_A 0x010 /* accessed */ macro
152 #define _PAGE_ACCESSED _PAGE_A
/Linux-v4.19/arch/nds32/include/asm/
Dpgtable.h94 #define _PAGE_A (1UL << 6) macro
144 #define PAGE_NONE __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_A)
/Linux-v4.19/arch/ia64/kernel/
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
Defi.c627 (_PAGE_A | in efi_enter_virtual_mode()
640 (_PAGE_A | in efi_enter_virtual_mode()