Searched refs:RELOC_HIDE (Results 1 – 18 of 18) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | compiler.h | 176 #ifndef RELOC_HIDE 177 # define RELOC_HIDE(ptr, off) \ macro 183 #define absolute_pointer(val) RELOC_HIDE((void *)(val), 0)
|
| H A D | compiler-intel.h | 19 #define RELOC_HIDE(ptr, off) \ macro
|
| H A D | compiler-gcc.h | 42 #define RELOC_HIDE(ptr, off) \ macro
|
| H A D | percpu-defs.h | 231 RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset))
|
| H A D | mm.h | 118 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | compiler-intel.h | 18 #undef RELOC_HIDE 24 #define RELOC_HIDE(ptr, off) \ macro
|
| H A D | compiler.h | 183 #ifndef RELOC_HIDE 184 # define RELOC_HIDE(ptr, off) \ macro
|
| H A D | compiler-gcc.h | 49 #define RELOC_HIDE(ptr, off) \ macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-malta/ |
| H A D | spaces.h | 40 #define __pa_symbol(x) (RELOC_HIDE((unsigned long)(x), 0))
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | page_32.h | 16 #define __phys_reloc_hide(x) RELOC_HIDE((x), 0)
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | traps_32.h | 57 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | compiler.h | 209 #ifndef RELOC_HIDE 210 # define RELOC_HIDE(ptr, off) \ macro
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | page.h | 82 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | page.h | 114 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | page.h | 216 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | memory.h | 300 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | memory.h | 304 #define __pa_symbol(x) __phys_addr_symbol(RELOC_HIDE((unsigned long)(x), 0))
|
| /OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/ |
| H A D | 0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch | 68 -#define RELOC_HIDE(ptr, off) \ 72 +#define RELOC_HIDE(ptr, off) \ 551 #undef RELOC_HIDE 557 #define RELOC_HIDE(ptr, off) \
|