/linux-6.12.1/arch/arm/include/asm/ |
D | pgtable-3level.h | 181 #define pmd_young(pmd) (pmd_isset((pmd), PMD_SECT_AF)) macro 192 #define pmd_hugewillfault(pmd) (!pmd_young(pmd) || !pmd_write(pmd))
|
/linux-6.12.1/arch/arc/include/asm/ |
D | hugepage.h | 40 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | pgtable.h | 529 #define pmd_young pmd_young macro 530 static inline int pmd_young(pmd_t pmd) in pmd_young() function
|
/linux-6.12.1/arch/mips/include/asm/ |
D | pgtable.h | 679 #define pmd_young pmd_young macro 680 static inline int pmd_young(pmd_t pmd) function
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | pgtable.h | 714 #define pmd_young pmd_young macro 715 static inline int pmd_young(pmd_t pmd) in pmd_young() function
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | pgtable_64.h | 717 #define pmd_young pmd_young macro 718 static inline unsigned long pmd_young(pmd_t pmd) in pmd_young() function
|
/linux-6.12.1/arch/s390/include/asm/ |
D | pgtable.h | 830 #define pmd_young pmd_young macro 831 static inline int pmd_young(pmd_t pmd) in pmd_young() function 1767 return pmd_young(pmd); in pmdp_test_and_clear_young()
|
/linux-6.12.1/include/linux/ |
D | pgtable.h | 180 #ifndef pmd_young 181 static inline int pmd_young(pmd_t pmd) in pmd_young() function 372 if (!pmd_young(pmd)) in pmdp_test_and_clear_young()
|
/linux-6.12.1/arch/x86/include/asm/ |
D | pgtable.h | 189 #define pmd_young pmd_young macro 190 static inline int pmd_young(pmd_t pmd) in pmd_young() function
|
/linux-6.12.1/mm/ |
D | debug_vm_pgtable.c | 189 WARN_ON(!pmd_young(pmd_mkyoung(pmd_mkold(pmd)))); in pmd_basic_tests() 192 WARN_ON(pmd_young(pmd_mkold(pmd_mkyoung(pmd)))); in pmd_basic_tests() 260 WARN_ON(pmd_young(pmd)); in pmd_advanced_tests()
|
D | huge_memory.c | 2017 if (pmd_young(orig_pmd) || pmd_dirty(orig_pmd)) { in madvise_free_huge_pmd() 2689 if (!folio_test_referenced(folio) && pmd_young(old_pmd)) in __split_huge_pmd_locked() 2757 young = pmd_young(old_pmd); in __split_huge_pmd_locked() 4184 if (pmd_young(pmdval)) in set_pmd_migration_entry()
|
D | madvise.c | 402 if (!pageout && pmd_young(orig_pmd)) { in madvise_cold_or_pageout_pte_range()
|
D | vmscan.c | 3336 if (!pmd_young(pmd) && !mm_has_notifiers(vma->vm_mm)) in get_pmd_pfn() 3571 if (!pmd_young(val)) in walk_pmd_range()
|
/linux-6.12.1/Documentation/mm/ |
D | arch_pgtable_helpers.rst | 97 | pmd_young | Tests a young PMD |
|
/linux-6.12.1/mm/damon/ |
D | paddr.c | 105 *accessed = pmd_young(pmdp_get(pvmw.pmd)) || in damon_folio_young_one()
|
D | vaddr.c | 467 if (pmd_young(pmde) || !folio_test_idle(folio) || in damon_young_pmd_entry()
|
/linux-6.12.1/arch/x86/mm/ |
D | pgtable.c | 575 if (pmd_young(*pmdp)) in pmdp_test_and_clear_young()
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 1048 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
|
/linux-6.12.1/fs/proc/ |
D | task_mmu.c | 871 smaps_account(mss, page, true, pmd_young(*pmd), pmd_dirty(*pmd), in smaps_pmd_entry() 1429 if (pmd_young(old)) in clear_soft_dirty_pmd()
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | pgtable.h | 570 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
|
/linux-6.12.1/arch/sparc/mm/ |
D | init_64.c | 2959 if (!pmd_leaf(entry) || !pmd_young(entry)) in update_mmu_cache_pmd()
|