Home
last modified time | relevance | path

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

/linux-6.14.4/arch/loongarch/include/asm/
Dpage.h76 #define pfn_to_phys(pfn) __pfn_to_phys(pfn) macro
/linux-6.14.4/arch/microblaze/include/asm/
Dpage.h97 # define pfn_to_phys(pfn) (PFN_PHYS(pfn)) macro
/linux-6.14.4/arch/um/include/asm/
Dpage.h90 #define pfn_to_phys(pfn) PFN_PHYS(pfn) macro
/linux-6.14.4/arch/riscv/include/asm/
Dpage.h188 #define pfn_to_phys(pfn) (PFN_PHYS(pfn)) macro
/linux-6.14.4/arch/s390/include/asm/
Dpage.h246 #define pfn_to_phys(pfn) ((pfn) << PAGE_SHIFT) macro