Searched refs:PTE_AF (Results 1 – 7 of 7) sorted by relevance
115 #define SWAPPER_PTE_FLAGS (PTE_TYPE_PAGE | PTE_AF | PTE_SHARED)
77 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF))102 ((pte_val(pte) & (PTE_VALID | PTE_AF)) == (PTE_VALID | PTE_AF))172 return clear_pte_bit(pte, __pgprot(PTE_AF)); in pte_mkold()177 return set_pte_bit(pte, __pgprot(PTE_AF)); in pte_mkyoung()
26 #define _PROT_DEFAULT (PTE_TYPE_PAGE | PTE_AF | PTE_SHARED)
151 #define PTE_AF (_AT(pteval_t, 1) << 10) /* Access Flag */ macro
122 .mask = PTE_AF,123 .val = PTE_AF,
208 pte_val(entry) &= PTE_RDONLY | PTE_AF | PTE_WRITE | PTE_DIRTY; in ptep_set_access_flags()
1303 capable processors, accesses to pages with PTE_AF cleared will