Searched refs:RELOC_HIDE (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | compiler.h | 151 #ifndef RELOC_HIDE 152 # define RELOC_HIDE(ptr, off) \ macro 158 #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 | 234 RELOC_HIDE(PERCPU_PTR(__p), (__offset))
|
| H A D | mm.h | 100 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
| /linux-6.15/arch/mips/include/asm/mach-malta/ |
| H A D | spaces.h | 40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0))
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | page_32.h | 16 #define __phys_reloc_hide(x) RELOC_HIDE((x), 0)
|
| /linux-6.15/arch/sh/include/asm/ |
| H A D | traps_32.h | 60 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \
|
| /linux-6.15/arch/csky/include/asm/ |
| H A D | page.h | 71 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | page.h | 194 #define __pa_symbol_nodebug(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | page.h | 180 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | memory.h | 328 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | memory.h | 388 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|
| /linux-6.15/mm/kasan/ |
| H A D | kasan_test_c.c | 476 ptr1 = RELOC_HIDE(kmalloc(sizeof(*ptr1) - 3, GFP_KERNEL), 0); in kmalloc_oob_16()
|