Home
last modified time | relevance | path

Searched defs:pfn_to_phys (Results 1 – 2 of 2) sorted by relevance

/linux/arch/um/include/asm/
H A Dpage.h90 #define pfn_to_phys(pfn) PFN_PHYS(pfn) macro
/linux/arch/riscv/include/asm/
H A Dpage.h187 #define pfn_to_phys(pfn) (PFN_PHYS(pfn)) macro