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

  /src/sys/arch/x86/include/
db_machdep.h 30 #define tf_bp tf_ebp
  /src/sys/arch/i386/include/
frame.h 89 int tf_ebp; member in struct:trapframe
reg.h 58 #define tEBP (offsetof(struct trapframe, tf_ebp) / sizeof (int))
  /src/sys/arch/i386/i386/
compat_13_machdep.c 88 tf->tf_ebp = context.sc_ebp;
db_interface.c 279 regs->tf_ebp = ddb_regs.tf_ebp;
333 tf.tf_ebp = tss->tss_ebp;
linux_syscall.c 93 args[5] = frame->tf_ebp;
compat_16_machdep.c 112 tf->tf_ebp = context.sc_ebp;
193 frame.sf_sc.sc_ebp = tf->tf_ebp;
db_machdep.c 190 tf.tf_ebp = 0;
194 fp = (struct i386_frame *)tf.tf_ebp;
process_machdep.c 121 regs->r_ebp = tf->tf_ebp;
173 tf->tf_ebp = regs->r_ebp;
trap.c 186 tf.tf_ebp = tss->tss_ebp;
829 tf->tf_ebp, tf->tf_ebx, tf->tf_eax);
machdep.c 872 tf->tf_ebp = 0;
1624 gr[_REG_EBP] = tf->tf_ebp;
1707 tf->tf_ebp = gr[_REG_EBP];
  /src/sys/arch/x86/x86/
kgdb_machdep.c 191 gdb_regs[ 5] = regs->tf_ebp;
245 regs->tf_ebp = gdb_regs[ 5];
  /src/sys/compat/freebsd/
freebsd_machdep.c 109 frame.sf_sc.sc_ebp = tf->tf_ebp;
201 tf->tf_ebp = context.sc_ebp;
  /src/sys/arch/xen/x86/
xen_ipi.c 261 tf.tf_ebp = intrf->if_ebp;
  /src/sys/compat/linux/arch/i386/
linux_machdep.c 144 tf->tf_ebp = 0;
205 sc->sc_ebp = tf->tf_ebp;
456 tf->tf_ebp = scp->sc_ebp;

Completed in 19 milliseconds