Searched refs:tf_esp (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/sys/arch/x86/include/
H A Ddb_machdep.h28 #define tf_sp tf_esp
H A Dcpu.h353 #define X86_TF_RSP(tf) tf->tf_esp
/netbsd-current/sys/arch/i386/i386/
H A Ddb_interface.c248 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 */
H A Dcompat_13_machdep.c95 tf->tf_esp = context.sc_esp;
H A Dcompat_16_machdep.c119 tf->tf_esp = context.sc_esp;
200 frame.sf_sc.sc_esp = tf->tf_esp;
H A Dprocess_machdep.c128 regs->r_esp = tf->tf_esp;
180 tf->tf_esp = regs->r_esp;
H A Dtrap.c196 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);
H A Dmachdep.c634 return (void *)tf->tf_esp;
655 tf->tf_esp = (int)fp;
877 tf->tf_esp = stack;
1620 gr[_REG_ESP] = tf->tf_esp;
1621 gr[_REG_UESP] = tf->tf_esp;
1703 tf->tf_esp = gr[_REG_UESP];
/netbsd-current/sys/arch/i386/include/
H A Dreg.h67 #define tESP (offsetof(struct trapframe, tf_esp) / sizeof (int))
H A Dframe.h101 int tf_esp; member in struct:trapframe
/netbsd-current/external/cddl/osnet/dev/dtrace/i386/
H A Ddtrace_isa.c248 sp = tf->tf_esp;
296 sp = tf->tf_esp;
350 sp = tf->tf_esp;
452 stack = (uintptr_t *)&frame->tf_esp + 1;
574 return (rp->tf_esp);
594 return (rp->tf_esp);
/netbsd-current/sys/arch/x86/x86/
H A Dsyscall.c131 error = x86_copyargs((char *)frame->tf_esp + sizeof(int), args,
H A Dkgdb_machdep.c206 gdb_regs[ 4] = (kgdb_reg_t)&regs->tf_esp; /* kernel stack
258 regs->tf_esp = gdb_regs[ 4];
H A Dvm_machdep.c202 tf->tf_esp = (uint32_t)stack + stacksize;
/netbsd-current/sys/compat/freebsd/
H A Dfreebsd_syscall.c83 params = (char *)frame->tf_esp + sizeof(int);
H A Dfreebsd_machdep.c117 frame.sf_sc.sc_esp = tf->tf_esp;
209 tf->tf_esp = context.sc_esp;
/netbsd-current/sys/compat/linux/arch/i386/
H A Dlinux_machdep.c152 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, t
[all...]
/netbsd-current/sys/arch/xen/x86/
H A Dxen_ipi.c270 tf.tf_esp = intrf->if_esp;
/netbsd-current/external/cddl/osnet/dev/fbt/x86/
H A Dfbt_isa.c88 stack = (uintptr_t *)&frame->tf_esp;

Completed in 167 milliseconds