Lines Matching refs:tf_esp
411 oonstack = sigonstack(regs->tf_esp); in linux_rt_sendsig()
419 fp = (struct l_rt_sigframe *)regs->tf_esp - 1; in linux_rt_sendsig()
456 frame.sf_sc.uc_mcontext.sc_esp = regs->tf_esp; in linux_rt_sendsig()
463 frame.sf_sc.uc_mcontext.sc_esp_at_signal = regs->tf_esp; in linux_rt_sendsig()
479 regs->tf_esp = (int)fp; in linux_rt_sendsig()
524 oonstack = sigonstack(regs->tf_esp); in linux_sendsig()
532 fp = (struct l_sigframe *)regs->tf_esp - 1; in linux_sendsig()
556 frame.sf_sc.sc_esp = regs->tf_esp; in linux_sendsig()
563 frame.sf_sc.sc_esp_at_signal = regs->tf_esp; in linux_sendsig()
581 regs->tf_esp = (int)fp; in linux_sendsig()
664 regs->tf_esp = frame.sf_sc.sc_esp_at_signal; in linux_sigreturn()
744 regs->tf_esp = context->sc_esp_at_signal; in linux_rt_sigreturn()