Searched refs:sc_esi (Results 1 – 9 of 9) sorted by relevance
57 int sc_esi; member
58 int sc_esi; member
318 frame.sf_sc.uc_mcontext.sc_esi = regs->tf_rsi; in linux_rt_sendsig()427 frame.sf_sc.sc_esi = regs->tf_rsi; in linux_sendsig()529 regs->tf_rsi = frame.sf_sc.sc_esi; in linux_sigreturn()616 regs->tf_rsi = context->sc_esi; in linux_rt_sigreturn()
296 l_uint sc_esi; member
424 frame.sf_sc.uc_mcontext.sc_esi = regs->tf_esi; in linux_rt_sendsig()525 frame.sf_sc.sc_esi = regs->tf_esi; in linux_sendsig()627 regs->tf_esi = frame.sf_sc.sc_esi; in linux_sigreturn()707 regs->tf_esi = context->sc_esi; in linux_rt_sigreturn()
269 l_int sc_esi; member
141 u_int32_t sc_esi; member
391 sf.sf_siginfo.si_sc.sc_esi = regs->tf_rsi; in ia32_osendsig()736 regs->tf_rsi = scp->sc_esi; in ofreebsd32_sigreturn()
389 sf.sf_siginfo.si_sc.sc_esi = regs->tf_esi; in osendsig()845 regs->tf_esi = scp->sc_esi;