Home
last modified time | relevance | path

Searched defs:pmd_pfn (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dhugepage.h34 #define pmd_pfn(pmd) pte_pfn(pmd_pte(pmd)) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-3level.h211 #define pmd_pfn(pmd) (((pmd_val(pmd) & PMD_MASK) & PHYS_MASK) >> PAGE_SHIFT) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h686 static inline unsigned long pmd_pfn(pmd_t pmd) function
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_64.h694 static inline unsigned long pmd_pfn(pmd_t pmd) in pmd_pfn() function
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h455 #define pmd_pfn(pmd) ((__pmd_to_phys(pmd) & PMD_MASK) >> PAGE_SHIFT) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1092 #define pmd_pfn(pmd) pte_pfn(pmd_pte(pmd)) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h219 static inline unsigned long pmd_pfn(pmd_t pmd) in pmd_pfn() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h1253 static inline unsigned long pmd_pfn(pmd_t pmd) in pmd_pfn() function