Searched defs:pfn_to_phys (Results 1 – 2 of 2) sorted by relevance
/linux/arch/um/include/asm/ | ||
H A D | page.h | 90 #define pfn_to_phys(pfn) PFN_PHYS(pfn) macro |
/linux/arch/riscv/include/asm/ | ||
H A D | page.h | 187 #define pfn_to_phys(pfn) (PFN_PHYS(pfn)) macro |