Searched refs:pmd_young (Results 1 – 15 of 15) sorted by relevance
215 #define pmd_young(pmd) (pmd_isset((pmd), PMD_SECT_AF)) macro230 #define pmd_hugewillfault(pmd) (!pmd_young(pmd) || !pmd_write(pmd))
37 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
468 if (pmd_young(*pmdp)) in pmdp_test_and_clear_young()
469 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
71 if (!pmd_young(pmd)) in pmdp_test_and_clear_young()
517 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
563 static inline int pmd_young(pmd_t pmd) in pmd_young() function
115 static inline int pmd_young(pmd_t pmd) in pmd_young() function
553 static inline int pmd_young(pmd_t pmd) in pmd_young() function1565 return pmd_young(pmd); in pmdp_test_and_clear_young()
352 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
1574 if (pmd_young(*pmd)) { in kvm_age_hva_handler()1604 return pmd_young(*pmd); in kvm_test_age_hva_handler()
679 static inline unsigned long pmd_young(pmd_t pmd) in pmd_young() function
536 pmd_young(*pmd), pmd_dirty(*pmd)); in smaps_pmd_entry()
2762 if (!pmd_large(entry) || !pmd_young(entry)) in update_mmu_cache_pmd()
1855 if (!pmd_young(*pmd)) in __split_huge_page_map()