Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dcompiler.h166 #ifndef RELOC_HIDE
167 # define RELOC_HIDE(ptr, off) \ macro
173 #define absolute_pointer(val) RELOC_HIDE((void *)(val), 0)
A Dcompiler-gcc.h31 #define RELOC_HIDE(ptr, off) \ macro
A Dpercpu-defs.h231 RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset))
A Dmm.h111 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/linux-6.3-rc2/arch/mips/include/asm/mach-malta/
A Dspaces.h40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0))
/linux-6.3-rc2/arch/x86/include/asm/
A Dpage_32.h16 #define __phys_reloc_hide(x) RELOC_HIDE((x), 0)
/linux-6.3-rc2/arch/sh/include/asm/
A Dtraps_32.h57 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \
/linux-6.3-rc2/arch/csky/include/asm/
A Dpage.h81 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/linux-6.3-rc2/arch/mips/include/asm/
A Dpage.h213 #define __pa_symbol_nodebug(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/linux-6.3-rc2/arch/riscv/include/asm/
A Dpage.h156 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
/linux-6.3-rc2/arch/arm/include/asm/
A Dmemory.h327 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
/linux-6.3-rc2/arch/arm64/include/asm/
A Dmemory.h336 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))

Completed in 23 milliseconds