Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcompiler-intel.h18 #undef RELOC_HIDE
24 #define RELOC_HIDE(ptr, off) \ macro
Dcompiler.h183 #ifndef RELOC_HIDE
184 # define RELOC_HIDE(ptr, off) \ macro
Dcompiler-gcc.h49 #define RELOC_HIDE(ptr, off) \ macro
Dpercpu-defs.h218 RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset))
Dmm.h59 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/linux-4.4.14/arch/mips/include/asm/mach-malta/
Dspaces.h40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0))
/linux-4.4.14/arch/x86/include/asm/
Dpage_32.h15 #define __phys_reloc_hide(x) RELOC_HIDE((x), 0)
/linux-4.4.14/arch/sh/include/asm/
Dtraps_32.h56 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \
/linux-4.4.14/arch/mips/include/asm/
Dpage.h192 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/linux-4.4.14/arch/powerpc/kernel/
Dmachine_kexec_64.c367 paca = (struct paca_struct *)RELOC_HIDE(&kexec_paca, 0) - in default_machine_kexec()