Home
last modified time | relevance | path

Searched refs:pmd_young (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-3level.h182 #define pmd_young(pmd) (pmd_isset((pmd), PMD_SECT_AF)) macro
193 #define pmd_hugewillfault(pmd) (!pmd_young(pmd) || !pmd_write(pmd))
/openbmc/linux/arch/arc/include/asm/
H A Dhugepage.h33 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
/openbmc/linux/arch/loongarch/include/asm/
H A Dpgtable.h545 #define pmd_young pmd_young macro
546 static inline int pmd_young(pmd_t pmd) in pmd_young() function
/openbmc/linux/arch/mips/include/asm/
H A Dpgtable.h678 #define pmd_young pmd_young macro
679 static inline int pmd_young(pmd_t pmd) function
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h686 #define pmd_young pmd_young macro
687 static inline int pmd_young(pmd_t pmd) in pmd_young() function
/openbmc/linux/arch/sparc/include/asm/
H A Dpgtable_64.h716 #define pmd_young pmd_young macro
717 static inline unsigned long pmd_young(pmd_t pmd) in pmd_young() function
/openbmc/linux/include/linux/
H A Dpgtable.h180 #ifndef pmd_young
181 static inline int pmd_young(pmd_t pmd) in pmd_young() function
318 if (!pmd_young(pmd)) in pmdp_test_and_clear_young()
/openbmc/linux/mm/damon/
H A Dpaddr.c97 *accessed = pmd_young(pmdp_get(pvmw.pmd)) || in __damon_pa_young()
H A Dvaddr.c465 if (pmd_young(pmde) || !folio_test_idle(folio) || in damon_young_pmd_entry()
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h787 #define pmd_young pmd_young macro
788 static inline int pmd_young(pmd_t pmd) in pmd_young() function
1720 return pmd_young(pmd); in pmdp_test_and_clear_young()
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h156 #define pmd_young pmd_young macro
157 static inline int pmd_young(pmd_t pmd) in pmd_young() function
/openbmc/linux/mm/
H A Ddebug_vm_pgtable.c203 WARN_ON(!pmd_young(pmd_mkyoung(pmd_mkold(pmd)))); in pmd_basic_tests()
206 WARN_ON(pmd_young(pmd_mkold(pmd_mkyoung(pmd)))); in pmd_basic_tests()
274 WARN_ON(pmd_young(pmd)); in pmd_advanced_tests()
H A Dhuge_memory.c1633 if (pmd_young(orig_pmd) || pmd_dirty(orig_pmd)) { in madvise_free_huge_pmd()
2106 if (!PageReferenced(page) && pmd_young(old_pmd)) in __split_huge_pmd_locked()
2173 young = pmd_young(old_pmd); in __split_huge_pmd_locked()
3239 if (pmd_young(pmdval)) in set_pmd_migration_entry()
H A Dmadvise.c406 if (pmd_young(orig_pmd)) { in madvise_cold_or_pageout_pte_range()
H A Dvmscan.c4198 if (!pmd_young(val)) { in walk_pmd_range()
4214 if (!pmd_young(val)) in walk_pmd_range()
/openbmc/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst101 | pmd_young | Tests a young PMD |
/openbmc/linux/arch/x86/mm/
H A Dpgtable.c572 if (pmd_young(*pmdp)) in pmdp_test_and_clear_young()
/openbmc/linux/fs/proc/
H A Dtask_mmu.c599 smaps_account(mss, page, true, pmd_young(*pmd), pmd_dirty(*pmd), in smaps_pmd_entry()
1143 if (pmd_young(old)) in clear_soft_dirty_pmd()
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h483 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1085 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
/openbmc/linux/arch/sparc/mm/
H A Dinit_64.c2971 if (!pmd_large(entry) || !pmd_young(entry)) in update_mmu_cache_pmd()