Searched refs:pmd_young (Results 1 – 12 of 12) 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
828 #define pmd_young pmd_young829 static inline int pmd_young(pmd_t pmd) in pmd_mkold() 818 #define pmd_young pmd_young global() macro 819 static inline int pmd_young(pmd_t pmd) pmd_young() function
809 #define pmd_young pmd_young macro 810 static inline int pmd_young(pmd_t pmd) in pmd_young() function 1727 return pmd_young(pmd); in pmdp_huge_get_and_clear()
219 *accessed = (pmd_present(pmd) && pmd_young(pmd)) || in damon_folio_young_one()
182 #define pmd_young pmd_young macro 183 static inline int pmd_young(pmd_t pmd) in pmd_young() function
93 | pmd_young | Tests a young PMD |
2333 if (pmd_young(orig_pmd) || pmd_dirty(orig_pmd)) { in do_huge_pmd_numa_page() 2374 if (is_present && pmd_young(pmdval) && in madvise_free_huge_pmd() 3073 if (!folio_test_referenced(folio) && pmd_young(old_pmd)) in __split_huge_zero_page_pmd() 3177 young = pmd_young(old_pmd); in __split_huge_pmd_locked() 4918 if (present && pmd_young(pmdval)) in split_huge_pages_write()
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