Searched refs:RELOC_HIDE (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/mips/include/asm/mach-malta/
H A Dspaces.h40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0))
/linux-master/arch/x86/include/asm/
H A Dpage_32.h16 #define __phys_reloc_hide(x) RELOC_HIDE((x), 0)
/linux-master/arch/sh/include/asm/
H A Dtraps_32.h60 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \
/linux-master/include/linux/
H A Dcompiler.h174 #ifndef RELOC_HIDE
175 # define RELOC_HIDE(ptr, off) \ macro
181 #define absolute_pointer(val) RELOC_HIDE((void *)(val), 0)
H A Dcompiler-gcc.h27 * RELOC_HIDE could trash r30. The bug can be worked around by changing
31 #define RELOC_HIDE(ptr, off) \ macro
H A Dpercpu-defs.h226 * Add an offset to a pointer but keep the pointer as-is. Use RELOC_HIDE()
231 RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset))
H A Dmm.h103 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/linux-master/arch/csky/include/asm/
H A Dpage.h78 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/linux-master/arch/riscv/include/asm/
H A Dpage.h171 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
/linux-master/arch/mips/include/asm/
H A Dpage.h189 * RELOC_HIDE was originally added by 6007b903dfe5f1d13e0c711ac2894bdd4a61b1ad
199 #define __pa_symbol_nodebug(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/linux-master/arch/arm/include/asm/
H A Dmemory.h334 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
/linux-master/arch/arm64/include/asm/
H A Dmemory.h389 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
/linux-master/arch/s390/mm/
H A Dvmem.c672 * Use RELOC_HIDE() as long as __va(0) translates to NULL,
676 __set_memory_4k(__va(0), RELOC_HIDE(__va(0), ident_map_size));
/linux-master/mm/kasan/
H A Dkasan_test.c443 /* RELOC_HIDE to prevent gcc from warning about short alloc */
444 ptr1 = RELOC_HIDE(kmalloc(sizeof(*ptr1) - 3, GFP_KERNEL), 0);

Completed in 194 milliseconds