Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/mach-malta/
Dspaces.h40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0))
/Linux-v5.4/include/linux/
Dcompiler-intel.h19 #define RELOC_HIDE(ptr, off) \ macro
Dcompiler.h162 #ifndef RELOC_HIDE
163 # define RELOC_HIDE(ptr, off) \ macro
Dcompiler-gcc.h54 #define RELOC_HIDE(ptr, off) \ macro
Dpercpu-defs.h232 RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset))
Dmm.h114 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/Linux-v5.4/arch/x86/include/asm/
Dpage_32.h16 #define __phys_reloc_hide(x) RELOC_HIDE((x), 0)
/Linux-v5.4/arch/sh/include/asm/
Dtraps_32.h57 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \
/Linux-v5.4/arch/csky/include/asm/
Dpage.h82 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/Linux-v5.4/arch/mips/include/asm/
Dpage.h216 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/Linux-v5.4/arch/arm/include/asm/
Dmemory.h295 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
/Linux-v5.4/arch/arm64/include/asm/
Dmemory.h305 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))