Searched defs:phys_to_pfn (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/microblaze/include/asm/
H A Dpage.h99 # define phys_to_pfn(phys) (PFN_DOWN(phys)) macro
/linux-master/arch/um/include/asm/
H A Dpage.h108 #define phys_to_pfn(p) ((p) >> PAGE_SHIFT) macro
/linux-master/arch/loongarch/include/asm/
H A Dpage.h82 #define phys_to_pfn(paddr) __phys_to_pfn(paddr) macro
/linux-master/arch/riscv/include/asm/
H A Dpage.h175 #define phys_to_pfn(phys) (PFN_DOWN(phys)) macro
/linux-master/arch/s390/include/asm/
H A Dpage.h213 #define phys_to_pfn(phys) ((phys) >> PAGE_SHIFT) macro
/linux-master/drivers/edac/
H A Dthunderx_edac.c28 #define phys_to_pfn(phys) (PFN_DOWN(phys)) macro

Completed in 127 milliseconds