Home
last modified time | relevance | path

Searched refs:_PAGE_A (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/include/asm/
H 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
138 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_A)
300 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0)
308 #define pte_mkold(pte) (__pte(pte_val(pte) & ~_PAGE_A))
309 #define pte_mkyoung(pte) (__pte(pte_val(pte) | _PAGE_A))
491 * which ORs in the _PAGE_A/_PAGE_D bit if they're set in ENTRY.
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dpgtable.h55 #define _PAGE_A (1 << _PAGE_A_BIT) /* page accessed bit */ macro
81 #define __ACCESS_BITS _PAGE_ED | _PAGE_A | _PAGE_P | _PAGE_MA_WB
82 #define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P | _PAGE_D | _PAGE_MA_WB
140 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_A)
265 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0)
273 #define pte_mkold(pte) (__pte(pte_val(pte) & ~_PAGE_A))
274 #define pte_mkyoung(pte) (__pte(pte_val(pte) | _PAGE_A))
477 * which ORs in the _PAGE_A/_PAGE_D bit if they're set in ENTRY.
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H A Dpgtable.h126 #define _PAGE_A 0x010 /* accessed */ macro
147 #define _PAGE_ACCESSED _PAGE_A
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H A Dpgtable.h125 #define _PAGE_A 0x010 /* accessed */ macro
146 #define _PAGE_ACCESSED _PAGE_A
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dpgtable.h86 #define _PAGE_A (1UL << 6) macro
139 #define PAGE_NONE __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_A)
/kernel/linux/linux-5.10/arch/ia64/kernel/
H 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
H A Defi.c626 (_PAGE_A | in efi_enter_virtual_mode()
639 (_PAGE_A | in efi_enter_virtual_mode()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Divt.S552 or r25=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits
579 or r18=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits
618 or r25=_PAGE_A,r18 // set the accessed bit
645 or r18=_PAGE_A,r18 // set the accessed bit
673 or r25=_PAGE_A,r18 // set the dirty bit
698 or r18=_PAGE_A,r18 // set the accessed bit
H A Defi.c628 (_PAGE_A | in efi_enter_virtual_mode()
641 (_PAGE_A | in efi_enter_virtual_mode()

Completed in 11 milliseconds