Home
last modified time | relevance | path

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

/arch/ia64/include/asm/
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
141 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_A)
303 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0)
313 #define pte_mkold(pte) (__pte(pte_val(pte) & ~_PAGE_A))
314 #define pte_mkyoung(pte) (__pte(pte_val(pte) | _PAGE_A))
/arch/ia64/kernel/
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
Defi.c650 (_PAGE_A | in efi_enter_virtual_mode()
663 (_PAGE_A | in efi_enter_virtual_mode()
/arch/ia64/kvm/
Dvcpu.h371 #define PHY_PAGE_UC (_PAGE_A|_PAGE_D|_PAGE_P|_PAGE_MA_UC|_PAGE_AR_RWX)
372 #define PHY_PAGE_WB (_PAGE_A|_PAGE_D|_PAGE_P|_PAGE_MA_WB|_PAGE_AR_RWX)