Home
last modified time | relevance | path

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

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