Home
last modified time | relevance | path

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

/linux-6.12.1/arch/microblaze/include/asm/
Dpage.h100 # define pfn_to_phys(pfn) (PFN_PHYS(pfn)) macro
/linux-6.12.1/arch/loongarch/include/asm/
Dpage.h81 #define pfn_to_phys(pfn) __pfn_to_phys(pfn) macro
/linux-6.12.1/arch/um/include/asm/
Dpage.h109 #define pfn_to_phys(pfn) PFN_PHYS(pfn) macro
/linux-6.12.1/arch/riscv/include/asm/
Dpage.h189 #define pfn_to_phys(pfn) (PFN_PHYS(pfn)) macro
/linux-6.12.1/arch/s390/include/asm/
Dpage.h246 #define pfn_to_phys(pfn) ((pfn) << PAGE_SHIFT) macro