Searched refs:tf_rax (Results 1 – 13 of 13) sorted by relevance
173 mcp->mc_eax = tp->tf_rax; in ia32_get_mcontext()237 tp->tf_rax = mcp->mc_eax; in ia32_set_mcontext()386 sf.sf_siginfo.si_sc.sc_eax = regs->tf_rax; in ia32_osendsig()474 sf.sf_uc.uc_mcontext.mc_eax = regs->tf_rax; in freebsd4_ia32_sendsig()611 sf.sf_uc.uc_mcontext.mc_eax = regs->tf_rax; in ia32_sendsig()739 regs->tf_rax = scp->sc_eax; in ofreebsd32_sigreturn()820 regs->tf_rax = ucp->uc_mcontext.mc_eax;925 regs->tf_rax = ucp->uc_mcontext.mc_eax;
105 regs->r_eax = tp->tf_rax; in fill_regs32()136 tp->tf_rax = regs->r_eax; in set_regs32()
120 sa->code = frame->tf_rax; in ia32_fetch_syscall_args()
202 td2->td_frame->tf_rax = 0; /* Child returns zero */389 td->td_frame->tf_rax = td->td_retval[0]; in cpu_set_syscall_retval()422 td->td_frame->tf_rax = error; in cpu_set_syscall_retval()
58 case 0: return (&kdb_frame->tf_rax); in gdb_cpu_getreg()
71 { "rax", DB_OFFSET(tf_rax), db_frame },256 decode_syscall(tf->tf_rax, td); in db_nextframe()
181 ASSYM(TF_RAX, offsetof(struct trapframe, tf_rax));
2028 regs->r_rax = tp->tf_rax; in fill_frame_regs()2072 tp->tf_rax = regs->r_rax; in set_regs()2204 mcp->mc_rax = tp->tf_rax; in get_mcontext()2276 tp->tf_rax = mcp->mc_rax; in set_mcontext()
921 sa->code = frame->tf_rax; in cpu_fetch_syscall_args()
58 register_t tf_rax; member
376 frame.sf_sc.uc_mcontext.sc_eax = regs->tf_rax; in linux_rt_sendsig()512 frame.sf_sc.sc_eax = regs->tf_rax; in linux_sendsig()625 regs->tf_rax = frame.sf_sc.sc_eax; in linux_sigreturn()718 regs->tf_rax = context->sc_eax; in linux_rt_sigreturn()759 sa->code = frame->tf_rax; in linux32_fetch_syscall_args()
88 offsetof(struct trapframe, tf_rax),
513 return (rp->tf_rax); in dtrace_getreg()