Searched refs:RELOC_HIDE (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/include/linux/ |
D | compiler-intel.h | 18 #undef RELOC_HIDE 24 #define RELOC_HIDE(ptr, off) \ macro
|
D | compiler.h | 183 #ifndef RELOC_HIDE 184 # define RELOC_HIDE(ptr, off) \ macro
|
D | compiler-gcc.h | 49 #define RELOC_HIDE(ptr, off) \ macro
|
D | percpu-defs.h | 218 RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset))
|
D | mm.h | 59 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
/linux-4.4.14/arch/mips/include/asm/mach-malta/ |
D | spaces.h | 40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0))
|
/linux-4.4.14/arch/x86/include/asm/ |
D | page_32.h | 15 #define __phys_reloc_hide(x) RELOC_HIDE((x), 0)
|
/linux-4.4.14/arch/sh/include/asm/ |
D | traps_32.h | 56 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \
|
/linux-4.4.14/arch/mips/include/asm/ |
D | page.h | 192 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | machine_kexec_64.c | 367 paca = (struct paca_struct *)RELOC_HIDE(&kexec_paca, 0) - in default_machine_kexec()
|