Searched defs:pte_young (Results 1 – 14 of 14) sorted by relevance
82 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
136 static inline int pte_young(pte_t pte) { return pte_val(pte) & SUN3_PAGE_ACCESSED; } in pte_young() function
148 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
172 static inline int pte_young(pte_t pte) in pte_young() function
215 static inline int pte_young(pte_t pte) in pte_young() function
341 #define pte_young(pte) ((pte).pte_low & _PAGE_ACCESSED) macro
396 static inline int pte_young(pte_t pte) { return !!(pte_val(pte) & _PAGE_ACCESSED); } in pte_young() function
305 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
393 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function
385 static inline int pte_young(pte_t pte) in pte_young() function
460 static inline int pte_young(pte_t pte) in pte_young() function
159 static inline int pte_young(pte_t pte) in pte_young() function
926 static inline int pte_young(pte_t pte) in pte_young() function
147 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF)) macro