Home
last modified time | relevance | path

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

/linux/arch/arm/mm/
H A Dphysaddr.c56 return __pa_symbol_nodebug(x); in __phys_addr_symbol()
/linux/arch/arm64/include/asm/
H A Dmemory.h342 #define __pa_symbol_nodebug(x) __kimg_to_phys((phys_addr_t)(x)) macro
349 #define __phys_addr_symbol(x) __pa_symbol_nodebug(x)
/linux/scripts/gdb/linux/
H A Dmm.py236 def __pa_symbol_nodebug(self, x): member in aarch64_page_ops
243 return self.__pa_symbol_nodebug(x)