/Linux-v6.1/arch/arm/include/asm/ |
D | pgtable-3level.h | 179 #define pmd_young(pmd) (pmd_isset((pmd), PMD_SECT_AF)) macro 190 #define pmd_hugewillfault(pmd) (!pmd_young(pmd) || !pmd_write(pmd))
|
/Linux-v6.1/arch/loongarch/include/asm/ |
D | pgtable.h | 493 #define pmd_young pmd_young macro 494 static inline int pmd_young(pmd_t pmd) in pmd_young() function
|
/Linux-v6.1/arch/arc/include/asm/ |
D | hugepage.h | 33 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
|
/Linux-v6.1/mm/damon/ |
D | ops-common.c | 70 if (pmd_young(*pmd)) { in damon_pmdp_mkold()
|
D | paddr.c | 105 result->accessed = pmd_young(*pvmw.pmd) || in __damon_pa_young()
|
D | vaddr.c | 452 if (pmd_young(*pmd) || !page_is_idle(page) || in damon_young_pmd_entry()
|
/Linux-v6.1/arch/mips/include/asm/ |
D | pgtable.h | 625 #define pmd_young pmd_young macro 626 static inline int pmd_young(pmd_t pmd) function
|
/Linux-v6.1/arch/riscv/include/asm/ |
D | pgtable.h | 603 #define pmd_young pmd_young macro 604 static inline int pmd_young(pmd_t pmd) in pmd_young() function
|
/Linux-v6.1/arch/sparc/include/asm/ |
D | pgtable_64.h | 696 #define pmd_young pmd_young macro 697 static inline unsigned long pmd_young(pmd_t pmd) in pmd_young() function
|
/Linux-v6.1/include/linux/ |
D | pgtable.h | 168 #ifndef pmd_young 169 static inline int pmd_young(pmd_t pmd) in pmd_young() function 230 if (!pmd_young(pmd)) in pmdp_test_and_clear_young()
|
/Linux-v6.1/arch/s390/include/asm/ |
D | pgtable.h | 766 #define pmd_young pmd_young macro 767 static inline int pmd_young(pmd_t pmd) in pmd_young() function 1632 return pmd_young(pmd); in pmdp_test_and_clear_young()
|
/Linux-v6.1/arch/x86/include/asm/ |
D | pgtable.h | 142 #define pmd_young pmd_young macro 143 static inline int pmd_young(pmd_t pmd) in pmd_young() function
|
/Linux-v6.1/mm/ |
D | debug_vm_pgtable.c | 214 WARN_ON(!pmd_young(pmd_mkyoung(pmd_mkold(pmd)))); in pmd_basic_tests() 217 WARN_ON(pmd_young(pmd_mkold(pmd_mkyoung(pmd)))); in pmd_basic_tests() 285 WARN_ON(pmd_young(pmd)); in pmd_advanced_tests()
|
D | huge_memory.c | 1610 if (pmd_young(orig_pmd) || pmd_dirty(orig_pmd)) { in madvise_free_huge_pmd() 2075 if (!PageReferenced(page) && pmd_young(old_pmd)) in __split_huge_pmd_locked() 2139 young = pmd_young(old_pmd); in __split_huge_pmd_locked() 3224 if (pmd_young(pmdval)) in set_pmd_migration_entry()
|
D | madvise.c | 381 if (pmd_young(orig_pmd)) { in madvise_cold_or_pageout_pte_range()
|
D | vmscan.c | 4073 if (!pmd_young(val)) { in walk_pmd_range() 4090 if (!pmd_young(val)) in walk_pmd_range()
|
/Linux-v6.1/Documentation/mm/ |
D | arch_pgtable_helpers.rst | 99 | pmd_young | Tests a young PMD |
|
/Linux-v6.1/arch/x86/mm/ |
D | pgtable.c | 559 if (pmd_young(*pmdp)) in pmdp_test_and_clear_young()
|
/Linux-v6.1/fs/proc/ |
D | task_mmu.c | 603 smaps_account(mss, page, true, pmd_young(*pmd), pmd_dirty(*pmd), in smaps_pmd_entry() 1141 if (pmd_young(old)) in clear_soft_dirty_pmd()
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | pgtable.h | 480 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
|
/Linux-v6.1/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 1135 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
|
/Linux-v6.1/arch/sparc/mm/ |
D | init_64.c | 2941 if (!pmd_large(entry) || !pmd_young(entry)) in update_mmu_cache_pmd()
|