Searched refs:pte_young (Results 1 – 14 of 14) sorted by relevance
135 if (pte_young(pte)) in huge_ptep_get()167 if (pte_young(tmp_pte)) in get_clear_contig()413 if (pte_young(pte) != pte_young(orig_pte)) in __cont_access_flags_changed()446 if (pte_young(orig_pte)) in huge_ptep_set_access_flags()
40 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
82 #define pte_young(pte) (pte_val(pte) & _PAGE_ACCESSED) macro
305 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function447 if (!pte_young(pte)) { in ptep_test_and_clear_young()
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
219 WARN_ON(!pte_young(*pte) || (is_write && !pte_dirty(*pte))); in handle_page_fault()
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
23 | pte_young | Tests a young PTE |
1043 if (ptep && pte_present(*ptep) && pte_young(*ptep)) { in kvm_age_radix()1071 if (ptep && pte_present(*ptep) && pte_young(*ptep)) in kvm_test_age_radix()
400 static inline int pte_young(pte_t pte) { return pte_val(pte) & _PAGE_ACCESSED; } in pte_young() function