Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/arch-v10/kernel/
Dsignal.c229 unsigned long return_ip; in setup_frame() local
251 return_ip = (unsigned long)ksig->ka.sa.sa_restorer; in setup_frame()
254 return_ip = (unsigned long)&frame->retcode; in setup_frame()
267 regs->srp = return_ip; /* what we enter LATER */ in setup_frame()
281 unsigned long return_ip; in setup_rt_frame() local
310 return_ip = (unsigned long)ksig->ka.sa.sa_restorer; in setup_rt_frame()
313 return_ip = (unsigned long)&frame->retcode; in setup_rt_frame()
329 regs->srp = return_ip; in setup_rt_frame()
Dprocess.c113 swstack->return_ip = (unsigned long) ret_from_kernel_thread; in copy_thread()
128 swstack->return_ip = (unsigned long) ret_from_fork; /* Will call ret_from_sys_call */ in copy_thread()
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dsignal.c216 unsigned long return_ip; in setup_frame() local
243 return_ip = (unsigned long)ksig->ka.sa.sa_restorer; in setup_frame()
246 return_ip = cris_signal_return_page; in setup_frame()
271 regs->srp = return_ip; in setup_frame()
284 unsigned long return_ip; in setup_rt_frame() local
314 return_ip = (unsigned long) ksig->ka.sa.sa_restorer; in setup_rt_frame()
317 return_ip = cris_signal_return_page + 6; in setup_rt_frame()
347 regs->srp = return_ip; in setup_rt_frame()
Dprocess.c122 swstack->return_ip = (unsigned long) ret_from_kernel_thread; in copy_thread()
146 swstack->return_ip = (unsigned long) ret_from_fork; in copy_thread()
/linux-4.1.27/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()
/linux-4.1.27/arch/cris/include/arch-v10/arch/
Dptrace.h106 unsigned long return_ip; /* ip that _resume will return to */ member
/linux-4.1.27/arch/cris/include/arch-v32/arch/
Dptrace.h106 unsigned long return_ip; /* ip that _resume will return to */ member