Searched defs:__phys_to_pfn (Results 1 – 2 of 2) sorted by relevance
/linux/include/asm-generic/ | ||
H A D | memory_model.h | 70 #define __phys_to_pfn(paddr) PHYS_PFN(paddr) macro |
/linux/scripts/gdb/linux/ | ||
H A D | mm.py | 230 def __phys_to_pfn(self, pa): member in aarch64_page_ops |