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/scripts/gdb/linux/
H A Dmm.py407 def __pa_symbol_nodebug(self, x): member in aarch64_page_ops
414 return self.__pa_symbol_nodebug(x)
/linux/drivers/firmware/psci/
H A Dpsci.c496 pa_cpu_resume = __pa_symbol_nodebug((unsigned long)cpu_resume); in late_initcall()