Searched defs:__virt_to_phys_nodebug (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm64/include/asm/ | ||
H A D | memory.h | 338 #define __virt_to_phys_nodebug(x) ({ \ macro |
/linux/scripts/gdb/linux/ | ||
H A D | mm.py | 205 def __virt_to_phys_nodebug(self, va): member in aarch64_page_ops |