Searched refs:PTE_AF (Results 1 – 7 of 7) sorted by relevance
87 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF))115 ((pte_val(pte) & (PTE_VALID | PTE_AF)) == (PTE_VALID | PTE_AF))185 return clear_pte_bit(pte, __pgprot(PTE_AF)); in pte_mkold()190 return set_pte_bit(pte, __pgprot(PTE_AF)); in pte_mkyoung()
126 #define SWAPPER_PTE_FLAGS (PTE_TYPE_PAGE | PTE_AF | PTE_SHARED)
37 #define _PROT_DEFAULT (PTE_TYPE_PAGE | PTE_AF | PTE_SHARED)
163 #define PTE_AF (_AT(pteval_t, 1) << 10) /* Access Flag */ macro
116 .mask = PTE_AF,117 .val = PTE_AF,
211 pte_val(entry) &= PTE_RDONLY | PTE_AF | PTE_WRITE | PTE_DIRTY; in ptep_set_access_flags()
1031 capable processors, accesses to pages with PTE_AF cleared will