Searched refs:sc_esi (Results 1 – 9 of 9) sorted by relevance
57 int sc_esi; member
58 int sc_esi; member
453 frame.sf_sc.uc_mcontext.sc_esi = regs->tf_esi; in linux_rt_sendsig()553 frame.sf_sc.sc_esi = regs->tf_esi; in linux_sendsig()655 regs->tf_esi = frame.sf_sc.sc_esi; in linux_sigreturn()735 regs->tf_esi = context->sc_esi; in linux_rt_sigreturn()
269 l_int sc_esi; member
318 frame.sf_sc.uc_mcontext.sc_esi = regs->tf_rsi; in linux_rt_sendsig()426 frame.sf_sc.sc_esi = regs->tf_rsi; in linux_sendsig()528 regs->tf_rsi = frame.sf_sc.sc_esi; in linux_sigreturn()615 regs->tf_rsi = context->sc_esi; in linux_rt_sigreturn()
296 l_uint sc_esi; member
389 sf.sf_siginfo.si_sc.sc_esi = regs->tf_rsi; in ia32_osendsig()733 regs->tf_rsi = scp->sc_esi; in ofreebsd32_sigreturn()
377 sf.sf_siginfo.si_sc.sc_esi = regs->tf_esi; in osendsig()832 regs->tf_esi = scp->sc_esi;
1019 (unsigned long) uc->sc_esi, in logRegisters()