Searched refs:RELOC_HIDE (Results 1 – 17 of 17) sorted by relevance
/openbmc/u-boot/include/linux/ |
H A D | compiler-intel.h | 18 #undef RELOC_HIDE 24 #define RELOC_HIDE(ptr, off) \ macro
|
H A D | compiler.h | 183 #ifndef RELOC_HIDE 184 # define RELOC_HIDE(ptr, off) \ macro
|
H A D | compiler-gcc.h | 51 #define RELOC_HIDE(ptr, off) \ macro
|
/openbmc/linux/include/linux/ |
H A D | compiler.h | 165 #ifndef RELOC_HIDE 166 # define RELOC_HIDE(ptr, off) \ macro 172 #define absolute_pointer(val) RELOC_HIDE((void *)(val), 0)
|
H A D | compiler-gcc.h | 31 #define RELOC_HIDE(ptr, off) \ macro
|
H A D | percpu-defs.h | 231 RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset))
|
H A D | mm.h | 106 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
/openbmc/linux/arch/mips/include/asm/mach-malta/ |
H A D | spaces.h | 40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0))
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | page_32.h | 16 #define __phys_reloc_hide(x) RELOC_HIDE((x), 0)
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | traps_32.h | 57 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | page.h | 78 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | page.h | 213 #define __pa_symbol_nodebug(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | page.h | 172 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | memory.h | 334 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | memory.h | 348 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|
/openbmc/linux/arch/s390/mm/ |
H A D | vmem.c | 663 __set_memory_4k(__va(0), RELOC_HIDE(__va(0), ident_map_size)); in vmem_map_init()
|
/openbmc/linux/mm/kasan/ |
H A D | kasan_test.c | 454 ptr1 = RELOC_HIDE(kmalloc(sizeof(*ptr1) - 3, GFP_KERNEL), 0); in kmalloc_oob_16()
|