Home
last modified time | relevance | path

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

/arch/arc/include/asm/
Dhugepage.h36 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
/arch/arm/include/asm/
Dpgtable-3level.h215 #define pmd_young(pmd) (pmd_isset((pmd), PMD_SECT_AF)) macro
230 #define pmd_hugewillfault(pmd) (!pmd_young(pmd) || !pmd_write(pmd))
/arch/tile/include/asm/
Dpgtable.h469 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
/arch/x86/mm/
Dpgtable.c472 if (pmd_young(*pmdp)) in pmdp_test_and_clear_young()
/arch/s390/include/asm/
Dpgtable.h656 static inline int pmd_young(pmd_t pmd) in pmd_young() function
1306 return pmd_young(pmd); in pmdp_test_and_clear_young()
/arch/mips/include/asm/
Dpgtable.h596 static inline int pmd_young(pmd_t pmd) function
/arch/x86/include/asm/
Dpgtable.h138 static inline int pmd_young(pmd_t pmd) in pmd_young() function
/arch/arm64/include/asm/
Dpgtable.h338 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
/arch/sparc/include/asm/
Dpgtable_64.h692 static inline unsigned long pmd_young(pmd_t pmd) in pmd_young() function
/arch/powerpc/include/asm/book3s/64/
Dpgtable.h844 #define pmd_young(pmd) pte_young(pmd_pte(pmd)) macro
/arch/arm/kvm/
Dmmu.c1656 return pmd_young(*pmd); in kvm_test_age_hva_handler()
/arch/sparc/mm/
Dinit_64.c2844 if (!pmd_large(entry) || !pmd_young(entry)) in update_mmu_cache_pmd()