Searched refs:PTE_AF (Results 1 – 7 of 7) sorted by relevance
115 #define SWAPPER_PTE_FLAGS (PTE_TYPE_PAGE | PTE_AF | PTE_SHARED)
36 #define _PROT_DEFAULT (PTE_TYPE_PAGE | PTE_AF | PTE_SHARED)
92 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF))209 return clear_pte_bit(pte, __pgprot(PTE_AF)); in pte_mkold()214 return set_pte_bit(pte, __pgprot(PTE_AF)); in pte_mkyoung()
142 #define PTE_AF (_AT(pteval_t, 1) << 10) /* Access Flag */ macro
125 .mask = PTE_AF,126 .val = PTE_AF,
203 pte_val(entry) &= PTE_RDONLY | PTE_AF | PTE_WRITE | PTE_DIRTY; in ptep_set_access_flags()
1368 capable processors, accesses to pages with PTE_AF cleared will