Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/include/asm/
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-6.12.1/arch/arm64/mm/
Dphysaddr.c29 return __pa_symbol_nodebug(x); in __phys_addr_symbol()
/linux-6.12.1/arch/arm/mm/
Dphysaddr.c56 return __pa_symbol_nodebug(x); in __phys_addr_symbol()
/linux-6.12.1/arch/mips/mm/
Dphysaddr.c48 return __pa_symbol_nodebug(x); in __phys_addr_symbol()
/linux-6.12.1/arch/arm/include/asm/
Dmemory.h302 #define __pa_symbol_nodebug(x) __virt_to_phys_nodebug((x)) macro
309 #define __phys_addr_symbol(x) __pa_symbol_nodebug(x)
/linux-6.12.1/arch/arm64/include/asm/
Dmemory.h343 #define __pa_symbol_nodebug(x) __kimg_to_phys((phys_addr_t)(x)) macro
350 #define __phys_addr_symbol(x) __pa_symbol_nodebug(x)
/linux-6.12.1/scripts/gdb/linux/
Dmm.py236 def __pa_symbol_nodebug(self, x): member in aarch64_page_ops
243 return self.__pa_symbol_nodebug(x)
/linux-6.12.1/drivers/firmware/psci/
Dpsci.c464 pa_cpu_resume = __pa_symbol_nodebug((unsigned long)cpu_resume); in late_initcall()