Searched refs:pmd_young (Results 1 – 11 of 11) sorted by relevance
181 #define pmd_young(pmd) (pmd_isset((pmd), PMD_SECT_AF)) macro192 #define pmd_hugewillfault(pmd) (!pmd_young(pmd) || !pmd_write(pmd))
40 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
562 #define pmd_young pmd_young macro563 static inline int pmd_young(pmd_t pmd) in pmd_young() function
818 #define pmd_young pmd_young macro819 static inline int pmd_young(pmd_t pmd) in pmd_young() function
809 #define pmd_young pmd_young macro810 static inline int pmd_young(pmd_t pmd) in pmd_young() function1700 return pmd_young(pmd); in pmdp_test_and_clear_young()
182 #define pmd_young pmd_young macro183 static inline int pmd_young(pmd_t pmd) in pmd_young() function
93 | pmd_young | Tests a young PMD |
2395 if (pmd_young(orig_pmd) || pmd_dirty(orig_pmd)) { in madvise_free_huge_pmd()2436 if (is_present && pmd_young(pmdval) && in zap_huge_pmd_folio()3133 if (!folio_test_referenced(folio) && pmd_young(old_pmd)) in __split_huge_pmd_locked()3235 young = pmd_young(old_pmd); in __split_huge_pmd_locked()5013 if (pmd_young(pmdval)) in set_pmd_migration_entry()
420 if (!pageout && pmd_young(orig_pmd)) { in madvise_cold_or_pageout_pte_range()
1050 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
582 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro