Lines Matching refs:tf_esp
169 oonstack = sigonstack(regs->tf_esp); in linux_rt_sendsig()
177 fp = (struct l_rt_sigframe *)regs->tf_esp - 1; in linux_rt_sendsig()
210 frame.sf_uc.uc_mcontext.sc_esp = regs->tf_esp; in linux_rt_sendsig()
217 frame.sf_uc.uc_mcontext.sc_esp_at_signal = regs->tf_esp; in linux_rt_sendsig()
233 regs->tf_esp = PTROUT(fp); in linux_rt_sendsig()
278 oonstack = sigonstack(regs->tf_esp); in linux_sendsig()
286 fp = (struct l_sigframe *)regs->tf_esp - 1; in linux_sendsig()
309 frame.sf_sc.sc_esp = regs->tf_esp; in linux_sendsig()
316 frame.sf_sc.sc_esp_at_signal = regs->tf_esp; in linux_sendsig()
332 regs->tf_esp = PTROUT(fp); in linux_sendsig()
412 regs->tf_esp = frame.sf_sc.sc_esp_at_signal; in linux_sigreturn()
492 regs->tf_esp = context->sc_esp_at_signal; in linux_rt_sigreturn()