Searched refs:RELOC_HIDE (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/include/linux/ |
D | compiler.h | 165 #ifndef RELOC_HIDE 166 # define RELOC_HIDE(ptr, off) \ macro 172 #define absolute_pointer(val) RELOC_HIDE((void *)(val), 0)
|
D | compiler-gcc.h | 31 #define RELOC_HIDE(ptr, off) \ macro
|
D | percpu-defs.h | 231 RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset))
|
D | mm.h | 102 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
/linux-6.6.21/arch/mips/include/asm/mach-malta/ |
D | spaces.h | 40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0))
|
/linux-6.6.21/arch/x86/include/asm/ |
D | page_32.h | 16 #define __phys_reloc_hide(x) RELOC_HIDE((x), 0)
|
/linux-6.6.21/arch/sh/include/asm/ |
D | traps_32.h | 57 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \
|
/linux-6.6.21/arch/csky/include/asm/ |
D | page.h | 78 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
/linux-6.6.21/arch/mips/include/asm/ |
D | page.h | 213 #define __pa_symbol_nodebug(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | page.h | 171 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|
/linux-6.6.21/arch/arm/include/asm/ |
D | memory.h | 334 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | memory.h | 348 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|
/linux-6.6.21/arch/s390/mm/ |
D | vmem.c | 663 __set_memory_4k(__va(0), RELOC_HIDE(__va(0), ident_map_size)); in vmem_map_init()
|