Searched refs:RELOC_HIDE (Results 1 – 13 of 13) sorted by relevance
| /linux/include/linux/ |
| A D | compiler.h | 174 #ifndef RELOC_HIDE 175 # define RELOC_HIDE(ptr, off) \ macro 181 #define absolute_pointer(val) RELOC_HIDE((void *)(val), 0)
|
| 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 | 112 #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 | 60 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \
|
| /linux/arch/csky/include/asm/ |
| A D | page.h | 78 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
| /linux/arch/mips/include/asm/ |
| A D | page.h | 199 #define __pa_symbol_nodebug(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
| /linux/arch/riscv/include/asm/ |
| A D | page.h | 184 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|
| /linux/arch/arm/include/asm/ |
| A D | memory.h | 334 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|
| /linux/arch/arm64/include/asm/ |
| A D | memory.h | 391 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|
| /linux/mm/kasan/ |
| A D | kasan_test_c.c | 444 ptr1 = RELOC_HIDE(kmalloc(sizeof(*ptr1) - 3, GFP_KERNEL), 0); in kmalloc_oob_16()
|
Completed in 36 milliseconds