Searched refs:return_ip (Results 1 – 7 of 7) sorted by relevance
231 unsigned long return_ip; in setup_frame() local253 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() local312 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()
100 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()
217 unsigned long return_ip; in setup_frame() local244 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() local315 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()
118 swstack->return_ip = (unsigned long) ret_from_kernel_thread; in copy_thread()142 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()
107 unsigned long return_ip; /* ip that _resume will return to */ member