Searched refs:RELOC_HIDE (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/arch/mips/include/asm/mach-malta/ |
D | spaces.h | 40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0))
|
/Linux-v5.4/include/linux/ |
D | compiler-intel.h | 19 #define RELOC_HIDE(ptr, off) \ macro
|
D | compiler.h | 162 #ifndef RELOC_HIDE 163 # define RELOC_HIDE(ptr, off) \ macro
|
D | compiler-gcc.h | 54 #define RELOC_HIDE(ptr, off) \ macro
|
D | percpu-defs.h | 232 RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset))
|
D | mm.h | 114 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
/Linux-v5.4/arch/x86/include/asm/ |
D | page_32.h | 16 #define __phys_reloc_hide(x) RELOC_HIDE((x), 0)
|
/Linux-v5.4/arch/sh/include/asm/ |
D | traps_32.h | 57 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \
|
/Linux-v5.4/arch/csky/include/asm/ |
D | page.h | 82 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
/Linux-v5.4/arch/mips/include/asm/ |
D | page.h | 216 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
/Linux-v5.4/arch/arm/include/asm/ |
D | memory.h | 295 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | memory.h | 305 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|