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

/linux-master/arch/microblaze/include/asm/
H A Dpage.h100 # define pfn_to_phys(pfn) (PFN_PHYS(pfn)) macro
/linux-master/arch/um/include/asm/
H A Dpage.h109 #define pfn_to_phys(pfn) PFN_PHYS(pfn) macro
/linux-master/arch/loongarch/include/asm/
H A Dpage.h81 #define pfn_to_phys(pfn) __pfn_to_phys(pfn) macro
/linux-master/arch/riscv/include/asm/
H A Dpage.h176 #define pfn_to_phys(pfn) (PFN_PHYS(pfn)) macro
/linux-master/arch/s390/include/asm/
H A Dpage.h214 #define pfn_to_phys(pfn) ((pfn) << PAGE_SHIFT) macro

Completed in 107 milliseconds