Searched refs:RELOC_HIDE (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/include/linux/ |
D | compiler.h | 166 #ifndef RELOC_HIDE 167 # define RELOC_HIDE(ptr, off) \ macro 173 #define absolute_pointer(val) RELOC_HIDE((void *)(val), 0)
|
D | compiler-intel.h | 19 #define RELOC_HIDE(ptr, off) \ macro
|
D | compiler-gcc.h | 31 #define RELOC_HIDE(ptr, off) \ macro
|
D | percpu-defs.h | 231 RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset))
|
D | mm.h | 110 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
/linux-6.1.9/arch/mips/include/asm/mach-malta/ |
D | spaces.h | 40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0))
|
/linux-6.1.9/arch/x86/include/asm/ |
D | page_32.h | 16 #define __phys_reloc_hide(x) RELOC_HIDE((x), 0)
|
/linux-6.1.9/arch/sh/include/asm/ |
D | traps_32.h | 57 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \
|
/linux-6.1.9/arch/csky/include/asm/ |
D | page.h | 82 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
/linux-6.1.9/arch/mips/include/asm/ |
D | page.h | 213 #define __pa_symbol_nodebug(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | page.h | 156 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|
/linux-6.1.9/arch/arm/include/asm/ |
D | memory.h | 327 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | memory.h | 325 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|