Searched defs:pfn_to_phys (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/um/include/asm/
H A Dpage.h113 #define pfn_to_phys(pfn) ((phys_t) ((pfn) << PAGE_SHIFT)) macro
/linux-4.1.27/arch/microblaze/include/asm/
H A Dpage.h145 # define pfn_to_phys(pfn) (PFN_PHYS(pfn)) macro
/linux-4.1.27/arch/score/include/asm/
H A Dpage.h65 #define pfn_to_phys(pfn) (PFN_PHYS(pfn)) macro

Completed in 290 milliseconds