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

  /src/sys/arch/i386/include/
frame.h 92 int tf_ecx; member in struct:trapframe
reg.h 61 #define tECX (offsetof(struct trapframe, tf_ecx) / sizeof (int))
  /src/sys/arch/i386/i386/
compat_13_machdep.c 91 tf->tf_ecx = context.sc_ecx;
db_interface.c 282 regs->tf_ecx = ddb_regs.tf_ecx;
336 tf.tf_ecx = tss->__tss_ecx;
linux_syscall.c 89 args[1] = frame->tf_ecx;
compat_16_machdep.c 115 tf->tf_ecx = context.sc_ecx;
196 frame.sf_sc.sc_ecx = tf->tf_ecx;
process_machdep.c 124 regs->r_ecx = tf->tf_ecx;
176 tf->tf_ecx = regs->r_ecx;
trap.c 189 tf.tf_ecx = tss->__tss_ecx;
827 tf->tf_ecx);
machdep.c 875 tf->tf_ecx = 0;
1627 gr[_REG_ECX] = tf->tf_ecx;
1710 tf->tf_ecx = gr[_REG_ECX];
  /src/sys/arch/x86/x86/
kgdb_machdep.c 188 gdb_regs[ 1] = regs->tf_ecx;
242 regs->tf_ecx = gdb_regs[ 1];
  /src/sys/compat/freebsd/
freebsd_machdep.c 113 frame.sf_sc.sc_ecx = tf->tf_ecx;
205 tf->tf_ecx = context.sc_ecx;
  /src/sys/arch/xen/x86/
xen_ipi.c 263 tf.tf_ecx = intrf->if_ecx;
  /src/sys/compat/linux/arch/i386/
linux_machdep.c 147 tf->tf_ecx = 0;
208 sc->sc_ecx = tf->tf_ecx;
459 tf->tf_ecx = scp->sc_ecx;

Completed in 20 milliseconds