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

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

Completed in 222 milliseconds