Searched refs:mc_eax (Results 1 – 5 of 5) sorted by relevance
50 __register_t mc_eax; member
169 mcp->mc_eax = 0; in ia32_get_mcontext()173 mcp->mc_eax = tp->tf_rax; in ia32_get_mcontext()237 tp->tf_rax = mcp->mc_eax; in ia32_set_mcontext()473 sf.sf_uc.uc_mcontext.mc_eax = regs->tf_rax; in freebsd4_ia32_sendsig()606 sf.sf_uc.uc_mcontext.mc_eax = regs->tf_rax; in ia32_sendsig()810 regs->tf_rax = ucp->uc_mcontext.mc_eax;915 regs->tf_rax = ucp->uc_mcontext.mc_eax;
63 __register_t mc_eax; member
2913 mcp->mc_eax = 0; in get_mcontext()2917 mcp->mc_eax = tp->tf_eax; in get_mcontext()2981 tp->tf_eax = mcp->mc_eax; in set_mcontext()
959 (unsigned long) uc->uc_mcontext.mc_eax, in logRegisters()