Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dmemory.h343 #define __pa_symbol_nodebug(x) __kimg_to_phys((phys_addr_t)(x)) macro
/linux/scripts/gdb/linux/
H A Dmm.py236 def __pa_symbol_nodebug(self, x): member in aarch64_page_ops