Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dmemory.h338 #define __virt_to_phys_nodebug(x) ({ \ macro
/linux/scripts/gdb/linux/
H A Dmm.py205 def __virt_to_phys_nodebug(self, va): member in aarch64_page_ops