Searched refs:_PAGE_A (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | pgtable.h | 55 #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 D | pgtable.h | 55 #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 D | pgtable.h | 126 #define _PAGE_A 0x010 /* accessed */ macro 147 #define _PAGE_ACCESSED _PAGE_A
|
/kernel/linux/linux-6.6/arch/openrisc/include/asm/ |
H A D | pgtable.h | 125 #define _PAGE_A 0x010 /* accessed */ macro 146 #define _PAGE_ACCESSED _PAGE_A
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
H A D | pgtable.h | 86 #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 D | ivt.S | 553 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 D | efi.c | 626 (_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 D | ivt.S | 552 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 D | efi.c | 628 (_PAGE_A | in efi_enter_virtual_mode() 641 (_PAGE_A | in efi_enter_virtual_mode()
|
Completed in 11 milliseconds