Home
last modified time | relevance | path

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

/linux/arch/um/include/asm/
H A Dpage.h89 #define phys_to_pfn(p) ((p) >> PAGE_SHIFT) macro
/linux/arch/riscv/include/asm/
H A Dpage.h187 #define phys_to_pfn(phys) (PFN_DOWN(phys)) macro
/linux/arch/s390/include/asm/
H A Dpage.h245 #define phys_to_pfn(phys) ((phys) >> PAGE_SHIFT) macro
/linux/drivers/edac/
H A Dthunderx_edac.c28 #define phys_to_pfn(phys) (PFN_DOWN(phys)) macro