Searched refs:RELOC_HIDE (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/arch/mips/include/asm/mach-malta/ |
D | spaces.h | 40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0))
|
/Linux-v4.19/include/linux/ |
D | compiler-intel.h | 21 #define RELOC_HIDE(ptr, off) \ macro
|
D | compiler.h | 153 #ifndef RELOC_HIDE 154 # define RELOC_HIDE(ptr, off) \ macro
|
D | compiler-gcc.h | 54 #define RELOC_HIDE(ptr, off) \ macro
|
D | percpu-defs.h | 233 RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset))
|
D | mm.h | 77 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
/Linux-v4.19/arch/x86/include/asm/ |
D | page_32.h | 16 #define __phys_reloc_hide(x) RELOC_HIDE((x), 0)
|
/Linux-v4.19/arch/sh/include/asm/ |
D | traps_32.h | 57 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \
|
/Linux-v4.19/arch/mips/include/asm/ |
D | page.h | 215 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | memory.h | 278 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|
/Linux-v4.19/arch/arm/include/asm/ |
D | memory.h | 298 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|