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