/linux-6.6.21/arch/arm/include/asm/ |
D | pgtable-3level.h | 182 #define pmd_young(pmd) (pmd_isset((pmd), PMD_SECT_AF)) macro 193 #define pmd_hugewillfault(pmd) (!pmd_young(pmd) || !pmd_write(pmd))
|
/linux-6.6.21/arch/arc/include/asm/ |
D | hugepage.h | 33 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
|
/linux-6.6.21/arch/loongarch/include/asm/ |
D | pgtable.h | 545 #define pmd_young pmd_young macro 546 static inline int pmd_young(pmd_t pmd) in pmd_young() function
|
/linux-6.6.21/arch/mips/include/asm/ |
D | pgtable.h | 678 #define pmd_young pmd_young macro 679 static inline int pmd_young(pmd_t pmd) function
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | pgtable.h | 684 #define pmd_young pmd_young macro 685 static inline int pmd_young(pmd_t pmd) in pmd_young() function
|
/linux-6.6.21/arch/sparc/include/asm/ |
D | pgtable_64.h | 716 #define pmd_young pmd_young macro 717 static inline unsigned long pmd_young(pmd_t pmd) in pmd_young() function
|
/linux-6.6.21/include/linux/ |
D | pgtable.h | 180 #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()
|
/linux-6.6.21/mm/damon/ |
D | paddr.c | 97 *accessed = pmd_young(pmdp_get(pvmw.pmd)) || in __damon_pa_young()
|
D | vaddr.c | 465 if (pmd_young(pmde) || !folio_test_idle(folio) || in damon_young_pmd_entry()
|
/linux-6.6.21/arch/s390/include/asm/ |
D | pgtable.h | 777 #define pmd_young pmd_young macro 778 static inline int pmd_young(pmd_t pmd) in pmd_young() function 1710 return pmd_young(pmd); in pmdp_test_and_clear_young()
|
/linux-6.6.21/arch/x86/include/asm/ |
D | pgtable.h | 156 #define pmd_young pmd_young macro 157 static inline int pmd_young(pmd_t pmd) in pmd_young() function
|
/linux-6.6.21/mm/ |
D | debug_vm_pgtable.c | 203 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()
|
D | huge_memory.c | 1633 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() 2170 young = pmd_young(old_pmd); in __split_huge_pmd_locked() 3236 if (pmd_young(pmdval)) in set_pmd_migration_entry()
|
D | madvise.c | 406 if (pmd_young(orig_pmd)) { in madvise_cold_or_pageout_pte_range()
|
D | vmscan.c | 4198 if (!pmd_young(val)) { in walk_pmd_range() 4214 if (!pmd_young(val)) in walk_pmd_range()
|
/linux-6.6.21/Documentation/mm/ |
D | arch_pgtable_helpers.rst | 101 | pmd_young | Tests a young PMD |
|
/linux-6.6.21/arch/x86/mm/ |
D | pgtable.c | 572 if (pmd_young(*pmdp)) in pmdp_test_and_clear_young()
|
/linux-6.6.21/fs/proc/ |
D | task_mmu.c | 599 smaps_account(mss, page, true, pmd_young(*pmd), pmd_dirty(*pmd), in smaps_pmd_entry() 1138 if (pmd_young(old)) in clear_soft_dirty_pmd()
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | pgtable.h | 483 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
|
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 1085 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
|
/linux-6.6.21/arch/sparc/mm/ |
D | init_64.c | 2971 if (!pmd_large(entry) || !pmd_young(entry)) in update_mmu_cache_pmd()
|