Home | History | Annotate | Download | only in i386

Lines Matching refs:tf_esp

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));