Searched refs:return_ip (Results 1 – 7 of 7) sorted by relevance
229 unsigned long return_ip; in setup_frame() local251 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() local310 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()
113 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()
216 unsigned long return_ip; in setup_frame() local243 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() local314 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()
122 swstack->return_ip = (unsigned long) ret_from_kernel_thread; in copy_thread()146 swstack->return_ip = (unsigned long) ret_from_fork; in copy_thread()
159 unsigned long return_ip; in setup_rt_frame() local183 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()
106 unsigned long return_ip; /* ip that _resume will return to */ member