Searched defs:pmd_page (Results 26 - 29 of 29) sorted by last modified time

12

/linux-master/arch/m68k/include/asm/
H A Dsun3_pgtable.h115 #define pmd_page(pmd) virt_to_page((void *)pmd_page_vaddr(pmd)) macro
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h222 #define pmd_page(pmd) (pfn_to_page(pmd_val(pmd) >> PAGE_SHIFT)) macro
/linux-master/arch/csky/include/asm/
H A Dpgtable.h33 #define pmd_page(pmd) (pfn_to_page(pmd_phys(pmd) >> PAGE_SHIFT)) macro
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h223 #define pmd_page(pmd) (pfn_to_page(pmd_val(pmd) >> 32)) macro

Completed in 165 milliseconds

12