Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpage.h118 #define phys_to_pfn(phys) (PFN_DOWN(phys)) macro
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpage.h108 #define phys_to_pfn(p) ((p) >> PAGE_SHIFT) macro
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpage.h139 # define phys_to_pfn(phys) (PFN_DOWN(phys)) macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpage.h169 #define phys_to_pfn(phys) ((phys) >> PAGE_SHIFT) macro
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dthunderx_edac.c28 #define phys_to_pfn(phys) (PFN_DOWN(phys)) macro