Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dpage.h140 #define phys_to_pfn(phys) (PFN_DOWN(phys)) macro
/kernel/linux/linux-5.10/arch/um/include/asm/
Dpage.h108 #define phys_to_pfn(p) ((p) >> PAGE_SHIFT) macro
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
Dpage.h139 # define phys_to_pfn(phys) (PFN_DOWN(phys)) macro
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dpage.h169 #define phys_to_pfn(phys) ((phys) >> PAGE_SHIFT) macro
/kernel/linux/linux-5.10/drivers/edac/
Dthunderx_edac.c28 #define phys_to_pfn(phys) (PFN_DOWN(phys)) macro