Searched refs:_PAGE_ACCESSED (Results 1 – 3 of 3) sorted by relevance
111 #define _PAGE_ACCESSED 0x020 macro129 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _PAGE_DIRTY)130 #define _KERNPG_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_ACCESSED | _PAGE_DIRTY)131 #define _PAGE_CHG_MASK (PTE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY)134 __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)136 __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)139 __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)141 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)143 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)147 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED | _PAGE_NX)[all …]
40 #define _PAGE_ACCESSED (1<<9) /* implemented in software */ macro58 #define _PAGE_ACCESSED (1<<3) /* implemented in software */ macro132 #define __READABLE (_PAGE_READ | _PAGE_SILENT_READ | _PAGE_ACCESSED)135 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_MODIFIED | _CACHE_MASK)
195 static inline int pte_young(pte_t pte) { return pte.pte_low & _PAGE_ACCESSED; } in pte_young()214 pte.pte_low &= ~(_PAGE_ACCESSED | _PAGE_SILENT_READ); in pte_mkold()241 pte.pte_low |= _PAGE_ACCESSED; in pte_mkyoung()251 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young()268 pte_val(pte) &= ~(_PAGE_ACCESSED|_PAGE_SILENT_READ); in pte_mkold()290 pte_val(pte) |= _PAGE_ACCESSED; in pte_mkyoung()