Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/cris/arch-v32/kernel/
Dsignal.c215 unsigned long return_ip; in setup_frame() local
242 return_ip = (unsigned long)ksig->ka.sa.sa_restorer; in setup_frame()
245 return_ip = cris_signal_return_page; in setup_frame()
270 regs->srp = return_ip; in setup_frame()
283 unsigned long return_ip; in setup_rt_frame() local
313 return_ip = (unsigned long) ksig->ka.sa.sa_restorer; in setup_rt_frame()
316 return_ip = cris_signal_return_page + 6; in setup_rt_frame()
346 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.4.14/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.4.14/arch/cris/include/uapi/asm/
Dptrace_v10.h106 unsigned long return_ip; /* ip that _resume will return to */ member
Dptrace_v32.h106 unsigned long return_ip; /* ip that _resume will return to */ member