Searched defs:sym_to_pfn (Results 1 – 2 of 2) sorted by relevance
/linux/arch/riscv/include/asm/ | ||
H A D | page.h | 196 #define sym_to_pfn(x) __phys_to_pfn(__pa_symbol(x)) macro |
/linux/scripts/gdb/linux/ | ||
H A D | mm.py | 257 def sym_to_pfn(self, x): member in aarch64_page_ops |