Home
last modified time | relevance | path

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

/linux-6.1.9/arch/microblaze/include/asm/
Dpage.h105 # define pfn_to_phys(pfn) (PFN_PHYS(pfn)) macro
/linux-6.1.9/arch/riscv/include/asm/
Dpage.h161 #define pfn_to_phys(pfn) (PFN_PHYS(pfn)) macro
/linux-6.1.9/arch/um/include/asm/
Dpage.h109 #define pfn_to_phys(pfn) PFN_PHYS(pfn) macro
/linux-6.1.9/arch/s390/include/asm/
Dpage.h192 #define pfn_to_phys(pfn) ((pfn) << PAGE_SHIFT) macro