Searched refs:RELOC_HIDE (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/include/linux/
H A Dcompiler-intel.h18 #undef RELOC_HIDE macro
24 #define RELOC_HIDE(ptr, off) \ macro
H A Dcompiler-gcc.h45 * RELOC_HIDE could trash r30. The bug can be worked around by changing
49 #define RELOC_HIDE(ptr, off) \ macro
H A Dcompiler.h181 #ifndef RELOC_HIDE
182 # define RELOC_HIDE(ptr, off) \ macro
H A Dpercpu-defs.h213 * Add an offset to a pointer but keep the pointer as-is. Use RELOC_HIDE()
218 RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset))
H A Dmm.h57 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0)) set_max_mapnr()
/linux-4.1.27/arch/x86/include/asm/
H A Dpage_32.h15 #define __phys_reloc_hide(x) RELOC_HIDE((x), 0)
/linux-4.1.27/arch/sh/include/asm/
H A Dtraps_32.h56 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \
/linux-4.1.27/arch/mips/include/asm/mach-malta/
H A Dspaces.h40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0))
/linux-4.1.27/arch/mips/include/asm/
H A Dpage.h179 * RELOC_HIDE was originally added by 6007b903dfe5f1d13e0c711ac2894bdd4a61b1ad
192 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/linux-4.1.27/arch/powerpc/kernel/
H A Dmachine_kexec_64.c351 paca = (struct paca_struct *)RELOC_HIDE(&kexec_paca, 0) - default_machine_kexec()

Completed in 288 milliseconds