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

  /src/sys/arch/x86/include/
db_machdep.h 28 #define tf_sp tf_esp
cpu.h 353 #define X86_TF_RSP(tf) tf->tf_esp
  /src/sys/arch/i386/i386/
db_interface.c 248 ddb_regs.tf_esp = (int)&regs->tf_esp; /* kernel stack pointer */
289 regs->tf_esp = ddb_regs.tf_esp;
343 tf.tf_esp = tss->tss_esp;
363 regs.tf_esp = (int)&frame->tf_esp; /* kernel stack pointer */
compat_13_machdep.c 95 tf->tf_esp = context.sc_esp;
compat_16_machdep.c 119 tf->tf_esp = context.sc_esp;
200 frame.sf_sc.sc_esp = tf->tf_esp;
process_machdep.c 128 regs->r_esp = tf->tf_esp;
180 tf->tf_esp = regs->r_esp;
trap.c 196 tf.tf_esp = tss->tss_esp;
241 (long)rcr2(), curcpu()->ci_ilevel, frame->tf_esp);
823 tf->tf_eip, tf->tf_esp, tf->tf_eflags);
machdep.c 634 return (void *)tf->tf_esp;
655 tf->tf_esp = (int)fp;
881 tf->tf_esp = stack;
1631 gr[_REG_ESP] = tf->tf_esp;
1632 gr[_REG_UESP] = tf->tf_esp;
1714 tf->tf_esp = gr[_REG_UESP];
  /src/sys/arch/i386/include/
frame.h 101 int tf_esp; member in struct:trapframe
reg.h 67 #define tESP (offsetof(struct trapframe, tf_esp) / sizeof (int))
  /src/sys/arch/x86/x86/
syscall.c 131 error = x86_copyargs((char *)frame->tf_esp + sizeof(int), args,
kgdb_machdep.c 206 gdb_regs[ 4] = (kgdb_reg_t)&regs->tf_esp; /* kernel stack
258 regs->tf_esp = gdb_regs[ 4];
vm_machdep.c 202 tf->tf_esp = (uint32_t)stack + stacksize;
  /src/sys/compat/freebsd/
freebsd_syscall.c 83 params = (char *)frame->tf_esp + sizeof(int);
freebsd_machdep.c 117 frame.sf_sc.sc_esp = tf->tf_esp;
209 tf->tf_esp = context.sc_esp;
  /src/sys/compat/linux/arch/i386/
linux_machdep.c 152 tf->tf_esp = stack;
204 sc->sc_esp = tf->tf_esp;
212 sc->sc_esp_at_signal = tf->tf_esp;
249 fp = (struct linux_rt_sigframe *)tf->tf_esp;
297 tf->tf_esp = (int)fp;
328 fp = (struct linux_sigframe *)tf->tf_esp;
366 tf->tf_esp = (int)fp;
436 DPRINTF(("sigreturn enter esp=0x%x eip=0x%x\n", tf->tf_esp, tf->tf_eip));
463 tf->tf_esp = scp->sc_esp_at_signal;
483 DPRINTF(("sigreturn exit esp=0x%x eip=0x%x\n", tf->tf_esp, tf->tf_eip))
    [all...]
  /src/sys/arch/xen/x86/
xen_ipi.c 270 tf.tf_esp = intrf->if_esp;

Completed in 20 milliseconds