Searched refs:tf_eax (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/sys/i386/include/
H A Dframe.h58 int tf_eax; member in struct:trapframe
83 int tf_eax; member in struct:trapframe_vm86
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_isc.c58 code = (tf->tf_eax & 0xffffff00) >> 8;
H A Dibcs2_xenix.c70 code = (tf->tf_eax & 0xff00) >> 8;
/freebsd-9.3-release/sys/i386/i386/
H A Dgdb_machdep.c53 case 0: return (&kdb_frame->tf_eax);
H A Dvm_machdep.c214 td2->td_frame->tf_eax = 0; /* Child returns zero */
397 td->td_frame->tf_eax = td->td_retval[0];
420 td->td_frame->tf_eax = error;
H A Ddb_trace.c73 { "eax", DB_OFFSET(tf_eax), db_frame },
373 decode_syscall(tf->tf_eax, td);
H A Dmachdep.c415 sf.sf_siginfo.si_sc.sc_eax = regs->tf_eax;
870 regs->tf_eax = scp->sc_eax;
3200 regs->r_eax = tp->tf_eax;
3229 tp->tf_eax = regs->r_eax;
3360 mcp->mc_eax = tp->tf_eax;
3407 tp->tf_eax = mcp->mc_eax;
H A Dtrap.c1084 sa->code = frame->tf_eax;
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_sysvec.c484 frame.sf_sc.uc_mcontext.sc_eax = regs->tf_eax;
612 frame.sf_sc.sc_eax = regs->tf_eax;
726 regs->tf_eax = frame.sf_sc.sc_eax;
814 regs->tf_eax = context->sc_eax;
848 sa->code = frame->tf_eax;
/freebsd-9.3-release/sys/i386/svr4/
H A Dsvr4_machdep.c149 r[SVR4_X86_EAX] = tf->tf_eax;
271 tf->tf_eax = r[SVR4_X86_EAX];
/freebsd-9.3-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_i386.c253 offsetof(struct trapframe, tf_eax),
/freebsd-9.3-release/sys/pc98/pc98/
H A Dmachdep.c351 sf.sf_siginfo.si_sc.sc_eax = regs->tf_eax;
804 regs->tf_eax = scp->sc_eax;
2510 regs->r_eax = tp->tf_eax;
2539 tp->tf_eax = regs->r_eax;
2670 mcp->mc_eax = tp->tf_eax;
2717 tp->tf_eax = mcp->mc_eax;
/freebsd-9.3-release/sys/cddl/dev/dtrace/i386/
H A Ddtrace_isa.c544 return (rp->tf_eax);

Completed in 289 milliseconds