Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/include/asm/
Dpgtable-3level.h179 #define pmd_young(pmd) (pmd_isset((pmd), PMD_SECT_AF)) macro
192 #define pmd_hugewillfault(pmd) (!pmd_young(pmd) || !pmd_write(pmd))
/Linux-v5.10/arch/arc/include/asm/
Dhugepage.h33 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
/Linux-v5.10/mm/
Ddebug_vm_pgtable.c141 WARN_ON(!pmd_young(pmd_mkyoung(pmd_mkold(pmd)))); in pmd_basic_tests()
144 WARN_ON(pmd_young(pmd_mkold(pmd_mkyoung(pmd)))); in pmd_basic_tests()
197 WARN_ON(pmd_young(pmd)); in pmd_advanced_tests()
Dhuge_memory.c1614 if (pmd_young(orig_pmd) || pmd_dirty(orig_pmd)) { in madvise_free_huge_pmd()
2046 if (!PageReferenced(page) && pmd_young(_pmd)) in __split_huge_pmd_locked()
2102 young = pmd_young(old_pmd); in __split_huge_pmd_locked()
Dmadvise.c363 if (pmd_young(orig_pmd)) { in madvise_cold_or_pageout_pte_range()
/Linux-v5.10/Documentation/vm/
Darch_pgtable_helpers.rst97 | pmd_young | Tests a young PMD |
/Linux-v5.10/arch/x86/mm/
Dpgtable.c559 if (pmd_young(*pmdp)) in pmdp_test_and_clear_young()
/Linux-v5.10/arch/mips/include/asm/
Dpgtable.h641 static inline int pmd_young(pmd_t pmd) function
/Linux-v5.10/arch/s390/include/asm/
Dpgtable.h757 static inline int pmd_young(pmd_t pmd) in pmd_young() function
1557 return pmd_young(pmd); in pmdp_test_and_clear_young()
/Linux-v5.10/fs/proc/
Dtask_mmu.c564 smaps_account(mss, page, true, pmd_young(*pmd), pmd_dirty(*pmd), locked); in smaps_pmd_entry()
1079 if (pmd_young(old)) in clear_soft_dirty_pmd()
/Linux-v5.10/arch/sparc/include/asm/
Dpgtable_64.h719 static inline unsigned long pmd_young(pmd_t pmd) in pmd_young() function
/Linux-v5.10/include/linux/
Dpgtable.h203 if (!pmd_young(pmd)) in pmdp_test_and_clear_young()
/Linux-v5.10/arch/arm64/include/asm/
Dpgtable.h416 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
/Linux-v5.10/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1090 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
/Linux-v5.10/arch/x86/include/asm/
Dpgtable.h168 static inline int pmd_young(pmd_t pmd) in pmd_young() function
/Linux-v5.10/arch/sparc/mm/
Dinit_64.c2937 if (!pmd_large(entry) || !pmd_young(entry)) in update_mmu_cache_pmd()