Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dmemory_model.h61 #define __phys_to_pfn(paddr) PHYS_PFN(paddr) macro
/openbmc/linux/scripts/gdb/linux/
H A Dmm.py225 def __phys_to_pfn(self, pa): member in aarch64_page_ops