Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler.h176 #ifndef RELOC_HIDE
177 # define RELOC_HIDE(ptr, off) \ macro
183 #define absolute_pointer(val) RELOC_HIDE((void *)(val), 0)
H A Dcompiler-intel.h19 #define RELOC_HIDE(ptr, off) \ macro
H A Dcompiler-gcc.h42 #define RELOC_HIDE(ptr, off) \ macro
H A Dpercpu-defs.h231 RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset))
H A Dmm.h118 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler-intel.h18 #undef RELOC_HIDE
24 #define RELOC_HIDE(ptr, off) \ macro
H A Dcompiler.h183 #ifndef RELOC_HIDE
184 # define RELOC_HIDE(ptr, off) \ macro
H A Dcompiler-gcc.h49 #define RELOC_HIDE(ptr, off) \ macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-malta/
H A Dspaces.h40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0))
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpage_32.h16 #define __phys_reloc_hide(x) RELOC_HIDE((x), 0)
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dtraps_32.h57 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dcompiler.h209 #ifndef RELOC_HIDE
210 # define RELOC_HIDE(ptr, off) \ macro
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpage.h82 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpage.h114 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpage.h216 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dmemory.h300 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dmemory.h304 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
/OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/
H A D0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch68 -#define RELOC_HIDE(ptr, off) \
72 +#define RELOC_HIDE(ptr, off) \
551 #undef RELOC_HIDE
557 #define RELOC_HIDE(ptr, off) \