Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ia64/
Dpgtable.h56 #define _PAGE_A (1 << _PAGE_A_BIT) /* page accessed bit */ macro
77 #define __ACCESS_BITS _PAGE_ED | _PAGE_A | _PAGE_P | _PAGE_MA_WB
78 #define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P | _PAGE_D | _PAGE_MA_WB
114 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_A)
250 #define pte_young(pte) ((pte_val(pte) & _PAGE_A) != 0)
258 #define pte_mkold(pte) (__pte(pte_val(pte) & ~_PAGE_A))
259 #define pte_mkyoung(pte) (__pte(pte_val(pte) | _PAGE_A))
/linux-2.4.37.9/arch/ia64/kernel/
Divt.S507 or r25=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits
527 or r18=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits
566 or r25=_PAGE_A,r18 // set the accessed bit
586 or r18=_PAGE_A,r18 // set the accessed bit
614 or r25=_PAGE_A,r18 // set the dirty bit
633 or r18=_PAGE_A,r18 // set the accessed bit
Defi.c612 md->virt_addr = ia64_remap(md->phys_addr, (_PAGE_A | _PAGE_P in efi_enter_virtual_mode()
623 md->virt_addr = ia64_remap(md->phys_addr, (_PAGE_A | _PAGE_P in efi_enter_virtual_mode()