Searched refs:tf_edi (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/arch/i386/include/
H A Dreg.h56 #define tEDI (offsetof(struct trapframe, tf_edi) / sizeof (int))
H A Dframe.h87 int tf_edi; member in struct:trapframe
/netbsd-current/sys/arch/i386/i386/
H A Dcompat_13_machdep.c86 tf->tf_edi = context.sc_edi;
H A Ddb_interface.c277 regs->tf_edi = ddb_regs.tf_edi;
331 tf.tf_edi = tss->__tss_edi;
H A Dlinux_syscall.c92 args[4] = frame->tf_edi;
H A Dcompat_16_machdep.c110 tf->tf_edi = context.sc_edi;
191 frame.sf_sc.sc_edi = tf->tf_edi;
H A Dprocess_machdep.c119 regs->r_edi = tf->tf_edi;
171 tf->tf_edi = regs->r_edi;
H A Dtrap.c184 tf.tf_edi = tss->__tss_edi;
825 tf->tf_edi, tf->tf_esi, tf->tf_edx);
H A Dmachdep.c866 tf->tf_edi = 0;
1611 gr[_REG_EDI] = tf->tf_edi;
1694 tf->tf_edi = gr[_REG_EDI];
/netbsd-current/sys/compat/freebsd/
H A Dfreebsd_machdep.c107 frame.sf_sc.sc_edi = tf->tf_edi;
199 tf->tf_edi = context.sc_edi;
/netbsd-current/sys/arch/x86/x86/
H A Dkgdb_machdep.c193 gdb_regs[ 7] = regs->tf_edi;
247 regs->tf_edi = gdb_regs[ 7];
/netbsd-current/sys/arch/xen/x86/
H A Dxen_ipi.c259 tf.tf_edi = intrf->if_edi;
/netbsd-current/sys/compat/linux/arch/i386/
H A Dlinux_machdep.c142 tf->tf_edi = 0;
202 sc->sc_edi = tf->tf_edi;
454 tf->tf_edi = scp->sc_edi;
/netbsd-current/external/cddl/osnet/dev/dtrace/i386/
H A Ddtrace_isa.c564 return (rp->tf_edi);

Completed in 179 milliseconds