Lines Matching refs:tf_rip
168 frame->tf_rcx = frame->tf_rip; in linux_fetch_syscall_args()
193 frame->tf_rip -= frame->tf_err; in linux_set_syscall_retval()
256 regs->tf_rip = imgp->entry_addr; in linux_exec_setregs()
407 ksi.ksi_addr = (void *)regs->tf_rip; in linux_rt_sigreturn()
422 regs->tf_rip = context->sc_rip; in linux_rt_sigreturn()
581 sf.sf_uc.uc_mcontext.sc_rip = regs->tf_rip; in linux_rt_sendsig()
623 regs->tf_rip = linux_rt_sigcode; in linux_rt_sendsig()
651 if (__predict_true(frame->tf_rip < LINUX_VSYSCALL_START)) in linux_vsyscall()
653 if ((frame->tf_rip & (LINUX_VSYSCALL_SZ - 1)) != 0) in linux_vsyscall()
655 code = (frame->tf_rip - LINUX_VSYSCALL_START) / LINUX_VSYSCALL_SZ; in linux_vsyscall()
667 frame->tf_rip = retqaddr; in linux_vsyscall()