Searched refs:__pa_symbol_nodebug (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/arm64/mm/
H A Dphysaddr.c29 return __pa_symbol_nodebug(x);
/linux-master/arch/mips/mm/
H A Dphysaddr.c48 return __pa_symbol_nodebug(x);
/linux-master/arch/arm/mm/
H A Dphysaddr.c56 return __pa_symbol_nodebug(x);
/linux-master/arch/mips/include/asm/
H A Dpage.h199 #define __pa_symbol_nodebug(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro
204 #define __phys_addr_symbol(x) __pa_symbol_nodebug(x)
/linux-master/arch/arm/include/asm/
H A Dmemory.h302 #define __pa_symbol_nodebug(x) __virt_to_phys_nodebug((x)) macro
309 #define __phys_addr_symbol(x) __pa_symbol_nodebug(x)
/linux-master/arch/arm64/include/asm/
H A Dmemory.h341 #define __pa_symbol_nodebug(x) __kimg_to_phys((phys_addr_t)(x)) macro
348 #define __phys_addr_symbol(x) __pa_symbol_nodebug(x)
/linux-master/scripts/gdb/linux/
H A Dmm.py231 def __pa_symbol_nodebug(self, x): member in class:aarch64_page_ops
238 return self.__pa_symbol_nodebug(x)
/linux-master/drivers/firmware/psci/
H A Dpsci.c464 pa_cpu_resume = __pa_symbol_nodebug((unsigned long)cpu_resume);

Completed in 326 milliseconds