pfn_to_phys 146 arch/microblaze/include/asm/page.h # define pfn_to_phys(pfn) (PFN_PHYS(pfn)) pfn_to_phys 101 arch/riscv/include/asm/page.h #define pfn_to_phys(pfn) (PFN_PHYS(pfn)) pfn_to_phys 172 arch/s390/include/asm/page.h #define pfn_to_phys(pfn) ((pfn) << PAGE_SHIFT) pfn_to_phys 109 arch/um/include/asm/page.h #define pfn_to_phys(pfn) PFN_PHYS(pfn)