Home
last modified time | relevance | path

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

/linux-6.8/arch/microblaze/include/asm/
Dpage.h99 # define phys_to_pfn(phys) (PFN_DOWN(phys)) macro
/linux-6.8/arch/riscv/include/asm/
Dpage.h175 #define phys_to_pfn(phys) (PFN_DOWN(phys)) macro
/linux-6.8/arch/um/include/asm/
Dpage.h108 #define phys_to_pfn(p) ((p) >> PAGE_SHIFT) macro
/linux-6.8/arch/s390/include/asm/
Dpage.h187 #define phys_to_pfn(phys) ((phys) >> PAGE_SHIFT) macro
/linux-6.8/drivers/edac/
Dthunderx_edac.c28 #define phys_to_pfn(phys) (PFN_DOWN(phys)) macro