Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/include/asm/
H A Dpage.h99 # define phys_to_pfn(phys) (PFN_DOWN(phys)) macro
/openbmc/linux/arch/um/include/asm/
H A Dpage.h108 #define phys_to_pfn(p) ((p) >> PAGE_SHIFT) macro
/openbmc/linux/arch/riscv/include/asm/
H A Dpage.h176 #define phys_to_pfn(phys) (PFN_DOWN(phys)) macro
/openbmc/linux/arch/s390/include/asm/
H A Dpage.h188 #define phys_to_pfn(phys) ((phys) >> PAGE_SHIFT) macro
/openbmc/linux/drivers/edac/
H A Dthunderx_edac.c28 #define phys_to_pfn(phys) (PFN_DOWN(phys)) macro