Home
last modified time | relevance | path

Searched refs:return_ip (Results 1 – 7 of 7) sorted by relevance

/arch/cris/arch-v10/kernel/
Dsignal.c231 unsigned long return_ip; in setup_frame() local
253 return_ip = (unsigned long)ksig->ka.sa.sa_restorer; in setup_frame()
256 return_ip = (unsigned long)&frame->retcode; in setup_frame()
269 regs->srp = return_ip; /* what we enter LATER */ in setup_frame()
283 unsigned long return_ip; in setup_rt_frame() local
312 return_ip = (unsigned long)ksig->ka.sa.sa_restorer; in setup_rt_frame()
315 return_ip = (unsigned long)&frame->retcode; in setup_rt_frame()
331 regs->srp = return_ip; in setup_rt_frame()
Dprocess.c100 swstack->return_ip = (unsigned long) ret_from_kernel_thread; in copy_thread()
115 swstack->return_ip = (unsigned long) ret_from_fork; /* Will call ret_from_sys_call */ in copy_thread()
/arch/cris/arch-v32/kernel/
Dsignal.c217 unsigned long return_ip; in setup_frame() local
244 return_ip = (unsigned long)ksig->ka.sa.sa_restorer; in setup_frame()
247 return_ip = cris_signal_return_page; in setup_frame()
272 regs->srp = return_ip; in setup_frame()
285 unsigned long return_ip; in setup_rt_frame() local
315 return_ip = (unsigned long) ksig->ka.sa.sa_restorer; in setup_rt_frame()
318 return_ip = cris_signal_return_page + 6; in setup_rt_frame()
348 regs->srp = return_ip; in setup_rt_frame()
Dprocess.c118 swstack->return_ip = (unsigned long) ret_from_kernel_thread; in copy_thread()
142 swstack->return_ip = (unsigned long) ret_from_fork; in copy_thread()
/arch/openrisc/kernel/
Dsignal.c159 unsigned long return_ip; in setup_rt_frame() local
183 return_ip = (unsigned long)&frame->retcode; in setup_rt_frame()
198 regs->gpr[9] = (unsigned long)return_ip; /* what we enter LATER */ in setup_rt_frame()
/arch/cris/include/uapi/asm/
Dptrace_v10.h107 unsigned long return_ip; /* ip that _resume will return to */ member
Dptrace_v32.h107 unsigned long return_ip; /* ip that _resume will return to */ member