Searched defs:pmd_page (Results 26 - 29 of 29) sorted by relevance

12

/linux-master/arch/riscv/include/asm/
H A Dpgtable.h267 static inline struct page *pmd_page(pmd_t pmd) function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h693 #define pmd_page(pmd) phys_to_page(__pmd_to_phys(pmd)) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1037 #define pmd_page(pmd) pfn_to_page(pmd_pfn(pmd)) macro
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1494 #define pmd_page(pmd) pfn_to_page(pmd_pfn(pmd)) macro

Completed in 128 milliseconds

12