Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A 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))
/OK3568_Linux_fs/kernel/mm/damon/
H A Dprmtv-common.c70 if (pmd_young(*pmd)) { in damon_pmdp_mkold()
H A Dpaddr.c112 result->accessed = pmd_young(*pvmw.pmd) || in __damon_pa_young()
H A Dvaddr.c525 if (pmd_young(*pmd) || !page_is_idle(page) || in damon_young_pmd_entry()
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dhugepage.h33 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
/OK3568_Linux_fs/kernel/mm/
H A Ddebug_vm_pgtable.c171 WARN_ON(!pmd_young(pmd_mkyoung(pmd_mkold(pmd)))); in pmd_basic_tests()
174 WARN_ON(pmd_young(pmd_mkold(pmd_mkyoung(pmd)))); in pmd_basic_tests()
229 WARN_ON(pmd_young(pmd)); in pmd_advanced_tests()
H A Dhuge_memory.c1624 if (pmd_young(orig_pmd) || pmd_dirty(orig_pmd)) { in madvise_free_huge_pmd()
2065 if (!PageReferenced(page) && pmd_young(old_pmd)) in __split_huge_pmd_locked()
2124 young = pmd_young(old_pmd); in __split_huge_pmd_locked()
H A Dmadvise.c373 if (pmd_young(orig_pmd)) { in madvise_cold_or_pageout_pte_range()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Darch_pgtable_helpers.rst97 | pmd_young | Tests a young PMD |
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dpgtable.c559 if (pmd_young(*pmdp)) in pmdp_test_and_clear_young()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h757 static inline int pmd_young(pmd_t pmd) in pmd_young() function
1576 return pmd_young(pmd); in pmdp_test_and_clear_young()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h641 static inline int pmd_young(pmd_t pmd) function
/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_mmu.c637 smaps_account(mss, page, true, pmd_young(*pmd), pmd_dirty(*pmd), in smaps_pmd_entry()
1182 if (pmd_young(old)) in clear_soft_dirty_pmd()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_64.h719 static inline unsigned long pmd_young(pmd_t pmd) in pmd_young() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h204 if (!pmd_young(pmd)) in pmdp_test_and_clear_young()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h422 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1094 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h168 static inline int pmd_young(pmd_t pmd) in pmd_young() function
/OK3568_Linux_fs/kernel/arch/sparc/mm/
H A Dinit_64.c2937 if (!pmd_large(entry) || !pmd_young(entry)) in update_mmu_cache_pmd()