Searched refs:mc_eax (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/i386/include/
H A Ducontext.h59 __register_t mc_eax; member in struct:__mcontext
106 __register_t mc_eax; member in struct:mcontext4
/freebsd-9.3-release/sys/compat/ia32/
H A Dia32_signal.h54 u_int32_t mc_eax; member in struct:ia32_mcontext
102 u_int32_t mc_eax; member in struct:ia32_mcontext4
/freebsd-9.3-release/sys/amd64/ia32/
H A Dia32_signal.c169 mcp->mc_eax = 0;
173 mcp->mc_eax = tp->tf_rax;
237 tp->tf_rax = mcp->mc_eax;
474 sf.sf_uc.uc_mcontext.mc_eax = regs->tf_rax;
611 sf.sf_uc.uc_mcontext.mc_eax = regs->tf_rax;
820 regs->tf_rax = ucp->uc_mcontext.mc_eax;
925 regs->tf_rax = ucp->uc_mcontext.mc_eax;
/freebsd-9.3-release/sys/pc98/pc98/
H A Dmachdep.c2666 mcp->mc_eax = 0;
2670 mcp->mc_eax = tp->tf_eax;
2717 tp->tf_eax = mcp->mc_eax;
/freebsd-9.3-release/sys/i386/i386/
H A Dmachdep.c3356 mcp->mc_eax = 0;
3360 mcp->mc_eax = tp->tf_eax;
3407 tp->tf_eax = mcp->mc_eax;

Completed in 117 milliseconds