Searched refs:RELOC_HIDE (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/include/linux/ |
D | compiler-intel.h | 17 #undef RELOC_HIDE 21 #define RELOC_HIDE(ptr, off) \ macro
|
D | compiler.h | 160 #ifndef RELOC_HIDE 161 # define RELOC_HIDE(ptr, off) \ macro
|
D | compiler-gcc.h | 32 #define RELOC_HIDE(ptr, off) \ macro
|
/linux-2.6.39/arch/sh/kernel/ |
D | process_32.c | 256 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); in sys_fork() 269 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); in sys_clone() 291 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); in sys_vfork() 304 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); in sys_execve()
|
D | sys_sh32.c | 28 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); in sys_sh_pipe()
|
D | traps_32.c | 681 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); in do_reserved_inst() 769 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); in do_illegal_slot_inst() 798 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); in do_exception_error()
|
D | signal_32.c | 112 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); in sys_sigaltstack() 225 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); in sys_sigreturn() 262 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); in sys_rt_sigreturn()
|
/linux-2.6.39/arch/x86/include/asm/ |
D | page_32.h | 18 #define __phys_reloc_hide(x) RELOC_HIDE((x), 0)
|
/linux-2.6.39/include/asm-generic/ |
D | percpu.h | 47 RELOC_HIDE((typeof(*(__p)) __kernel __force *)(__p), (__offset)); \
|
/linux-2.6.39/arch/sh/include/asm/ |
D | system.h | 153 struct pt_regs *regs = RELOC_HIDE(&__regs, 0); \
|
/linux-2.6.39/arch/mips/include/asm/ |
D | page.h | 167 #define __pa_symbol(x) __pa(RELOC_HIDE((unsigned long)(x), 0))
|
/linux-2.6.39/arch/powerpc/kernel/ |
D | machine_kexec_64.c | 345 paca = (struct paca_struct *)RELOC_HIDE(&kexec_paca, 0) - in default_machine_kexec()
|