RELOC_HIDE        295 arch/arm/include/asm/memory.h #define __pa_symbol(x)		__phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
RELOC_HIDE        305 arch/arm64/include/asm/memory.h #define __pa_symbol(x)		__phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
RELOC_HIDE         82 arch/csky/include/asm/page.h #define __pa_symbol(x)	__pa(RELOC_HIDE((unsigned long)(x), 0))
RELOC_HIDE         40 arch/mips/include/asm/mach-malta/spaces.h #define __pa_symbol(x)	(RELOC_HIDE((unsigned long)(x), 0))
RELOC_HIDE        216 arch/mips/include/asm/page.h #define __pa_symbol(x)	__pa(RELOC_HIDE((unsigned long)(x), 0))
RELOC_HIDE         57 arch/sh/include/asm/traps_32.h 	struct pt_regs *regs = RELOC_HIDE(&__regs, 0);	\
RELOC_HIDE         16 arch/x86/include/asm/page_32.h #define __phys_reloc_hide(x)	RELOC_HIDE((x), 0)
RELOC_HIDE        162 include/linux/compiler.h #ifndef RELOC_HIDE
RELOC_HIDE        114 include/linux/mm.h #define __pa_symbol(x)  __pa(RELOC_HIDE((unsigned long)(x), 0))
RELOC_HIDE        231 include/linux/percpu-defs.h 	RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset))