Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dcompiler-intel.h18 #undef RELOC_HIDE
24 #define RELOC_HIDE(ptr, off) \ macro
H A Dcompiler.h183 #ifndef RELOC_HIDE
184 # define RELOC_HIDE(ptr, off) \ macro
H A Dcompiler-gcc.h51 #define RELOC_HIDE(ptr, off) \ macro
/openbmc/linux/include/linux/
H A Dcompiler.h165 #ifndef RELOC_HIDE
166 # define RELOC_HIDE(ptr, off) \ macro
172 #define absolute_pointer(val) RELOC_HIDE((void *)(val), 0)
H A Dcompiler-gcc.h31 #define RELOC_HIDE(ptr, off) \ macro
H A Dpercpu-defs.h231 RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset))
H A Dmm.h106 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/openbmc/linux/arch/mips/include/asm/mach-malta/
H A Dspaces.h40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0))
/openbmc/linux/arch/x86/include/asm/
H A Dpage_32.h16 #define __phys_reloc_hide(x) RELOC_HIDE((x), 0)
/openbmc/linux/arch/sh/include/asm/
H A Dtraps_32.h57 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \
/openbmc/linux/arch/csky/include/asm/
H A Dpage.h78 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/openbmc/linux/arch/mips/include/asm/
H A Dpage.h213 #define __pa_symbol_nodebug(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/openbmc/linux/arch/riscv/include/asm/
H A Dpage.h171 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
/openbmc/linux/arch/arm/include/asm/
H A Dmemory.h334 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
/openbmc/linux/arch/arm64/include/asm/
H A Dmemory.h348 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
/openbmc/linux/arch/s390/mm/
H A Dvmem.c663 __set_memory_4k(__va(0), RELOC_HIDE(__va(0), ident_map_size)); in vmem_map_init()
/openbmc/linux/mm/kasan/
H A Dkasan_test.c454 ptr1 = RELOC_HIDE(kmalloc(sizeof(*ptr1) - 3, GFP_KERNEL), 0); in kmalloc_oob_16()