HomeSort by: relevance | last modified time | path
    Searched refs:tf_ebx (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/i386/include/
frame.h 90 int tf_ebx; member in struct:trapframe
reg.h 59 #define tEBX (offsetof(struct trapframe, tf_ebx) / sizeof (int))
  /src/sys/arch/i386/i386/
compat_13_machdep.c 89 tf->tf_ebx = context.sc_ebx;
db_interface.c 280 regs->tf_ebx = ddb_regs.tf_ebx;
334 tf.tf_ebx = tss->__tss_ebx;
linux_syscall.c 88 args[0] = frame->tf_ebx;
compat_16_machdep.c 113 tf->tf_ebx = context.sc_ebx;
194 frame.sf_sc.sc_ebx = tf->tf_ebx;
process_machdep.c 122 regs->r_ebx = tf->tf_ebx;
174 tf->tf_ebx = regs->r_ebx;
trap.c 187 tf.tf_ebx = tss->__tss_ebx;
829 tf->tf_ebp, tf->tf_ebx, tf->tf_eax);
machdep.c 873 tf->tf_ebx = l->l_proc->p_psstrp;
1625 gr[_REG_EBX] = tf->tf_ebx;
1708 tf->tf_ebx = gr[_REG_EBX];
  /src/sys/arch/x86/x86/
kgdb_machdep.c 190 gdb_regs[ 3] = regs->tf_ebx;
244 regs->tf_ebx = gdb_regs[ 3];
  /src/sys/compat/freebsd/
freebsd_machdep.c 111 frame.sf_sc.sc_ebx = tf->tf_ebx;
203 tf->tf_ebx = context.sc_ebx;
  /src/sys/arch/xen/x86/
xen_ipi.c 262 tf.tf_ebx = intrf->if_ebx;
  /src/sys/compat/linux/arch/i386/
linux_machdep.c 145 tf->tf_ebx = l->l_proc->p_psstrp;
206 sc->sc_ebx = tf->tf_ebx;
457 tf->tf_ebx = scp->sc_ebx;

Completed in 19 milliseconds