Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-malta/
H A Dspaces.h40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0)) macro
/openbmc/linux/arch/x86/include/asm/
H A Dpage.h54 #define __pa_symbol(x) \ macro
/openbmc/linux/arch/csky/include/asm/
H A Dpage.h78 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro
/openbmc/linux/arch/mips/include/asm/
H A Dpage.h222 #define __pa_symbol(x) __phys_addr_symbol((unsigned long)(x)) macro
/openbmc/linux/arch/arm/include/asm/
H A Dmemory.h334 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
/openbmc/linux/arch/riscv/include/asm/
H A Dpage.h171 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dmemory.h348 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0)) macro
/openbmc/linux/scripts/gdb/linux/
H A Dmm.py240 def __pa_symbol(self, x): member in aarch64_page_ops
/openbmc/linux/include/linux/
H A Dmm.h102 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) macro