Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/include/asm/
Dpgtable-3level.h215 #define pmd_young(pmd) (pmd_isset((pmd), PMD_SECT_AF)) macro
228 #define pmd_hugewillfault(pmd) (!pmd_young(pmd) || !pmd_write(pmd))
/Linux-v4.19/arch/arc/include/asm/
Dhugepage.h37 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
/Linux-v4.19/arch/x86/mm/
Dpgtable.c569 if (pmd_young(*pmdp)) in pmdp_test_and_clear_young()
/Linux-v4.19/arch/s390/include/asm/
Dpgtable.h727 static inline int pmd_young(pmd_t pmd) in pmd_young() function
1459 return pmd_young(pmd); in pmdp_test_and_clear_young()
/Linux-v4.19/arch/mips/include/asm/
Dpgtable.h599 static inline int pmd_young(pmd_t pmd) function
/Linux-v4.19/include/asm-generic/
Dpgtable.h84 if (!pmd_young(pmd)) in pmdp_test_and_clear_young()
/Linux-v4.19/fs/proc/
Dtask_mmu.c558 smaps_account(mss, page, true, pmd_young(*pmd), pmd_dirty(*pmd)); in smaps_pmd_entry()
968 if (pmd_young(old)) in clear_soft_dirty_pmd()
/Linux-v4.19/mm/
Dhuge_memory.c1664 if (pmd_young(orig_pmd) || pmd_dirty(orig_pmd)) { in madvise_free_huge_pmd()
2089 if (!PageReferenced(page) && pmd_young(_pmd)) in __split_huge_pmd_locked()
2145 young = pmd_young(old_pmd); in __split_huge_pmd_locked()
/Linux-v4.19/arch/arm64/include/asm/
Dpgtable.h362 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
/Linux-v4.19/arch/sparc/include/asm/
Dpgtable_64.h748 static inline unsigned long pmd_young(pmd_t pmd) in pmd_young() function
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1071 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
/Linux-v4.19/arch/x86/include/asm/
Dpgtable.h151 static inline int pmd_young(pmd_t pmd) in pmd_young() function
/Linux-v4.19/virt/kvm/arm/
Dmmu.c1899 return pmd_young(*pmd); in kvm_test_age_hva_handler()
/Linux-v4.19/arch/sparc/mm/
Dinit_64.c2983 if (!pmd_large(entry) || !pmd_young(entry)) in update_mmu_cache_pmd()