Home
last modified time | relevance | path

Searched refs:__virt_to_phys_nodebug (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dmemory.h337 #define __virt_to_phys_nodebug(x) ({ \ macro
348 #define __virt_to_phys(x) __virt_to_phys_nodebug(x)
385 #define __pa_nodebug(x) __virt_to_phys_nodebug((unsigned long)(x))
/linux/arch/arm/mm/
H A Dphysaddr.c44 return __virt_to_phys_nodebug(x); in __virt_to_phys()
/linux/scripts/gdb/linux/
H A Dmm.py205 def __virt_to_phys_nodebug(self, va): member in aarch64_page_ops
216 return self.__virt_to_phys_nodebug(va)