Searched refs:pmd_young (Results 1 – 12 of 12) sorted by relevance
36 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
215 #define pmd_young(pmd) (pmd_isset((pmd), PMD_SECT_AF)) macro230 #define pmd_hugewillfault(pmd) (!pmd_young(pmd) || !pmd_write(pmd))
469 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
472 if (pmd_young(*pmdp)) in pmdp_test_and_clear_young()
656 static inline int pmd_young(pmd_t pmd) in pmd_young() function1306 return pmd_young(pmd); in pmdp_test_and_clear_young()
596 static inline int pmd_young(pmd_t pmd) function
138 static inline int pmd_young(pmd_t pmd) in pmd_young() function
338 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
692 static inline unsigned long pmd_young(pmd_t pmd) in pmd_young() function
844 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
1656 return pmd_young(*pmd); in kvm_test_age_hva_handler()
2844 if (!pmd_large(entry) || !pmd_young(entry)) in update_mmu_cache_pmd()