Home
last modified time | relevance | path

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

/openbmc/linux/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))
/openbmc/linux/arch/openrisc/include/asm/
H A Dpgtable.h125 #define _PAGE_A 0x010 /* accessed */ macro
146 #define _PAGE_ACCESSED _PAGE_A
/openbmc/linux/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()