Home
last modified time | relevance | path

Searched defs:__pa_symbol (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/arch/mips/include/asm/mach-malta/
Dspaces.h40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0)) macro
/linux-6.12.1/arch/x86/include/asm/
Dpage.h54 #define __pa_symbol(x) \ macro
/linux-6.12.1/arch/csky/include/asm/
Dpage.h78 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro
/linux-6.12.1/arch/mips/include/asm/
Dpage.h208 #define __pa_symbol(x) __phys_addr_symbol((unsigned long)(x)) macro
/linux-6.12.1/arch/arm/include/asm/
Dmemory.h334 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
/linux-6.12.1/arch/riscv/include/asm/
Dpage.h184 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
/linux-6.12.1/arch/arm64/include/asm/
Dmemory.h391 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
/linux-6.12.1/scripts/gdb/linux/
Dmm.py245 def __pa_symbol(self, x): member in aarch64_page_ops
/linux-6.12.1/include/linux/
Dmm.h112 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro