Searched refs:sc_eax (Results 1 – 10 of 10) sorted by relevance
60 int sc_eax; member
63 int sc_eax; member
28 ASSYM(L_SC_EAX, offsetof(struct l_sigcontext, sc_eax));
211 frame.sf_uc.uc_mcontext.sc_eax = regs->tf_rax; in linux_rt_sendsig()319 frame.sf_sc.sc_eax = regs->tf_rax; in linux_sendsig()412 regs->tf_rax = frame.sf_sc.sc_eax; in linux_sigreturn()497 regs->tf_rax = context->sc_eax; in linux_rt_sigreturn()
27 ASSYM(L_SC_EAX, offsetof(struct l_sigcontext, sc_eax));
214 frame.sf_uc.uc_mcontext.sc_eax = regs->tf_eax; in linux_rt_sendsig()313 frame.sf_sc.sc_eax = regs->tf_eax; in linux_sendsig()409 regs->tf_eax = frame.sf_sc.sc_eax; in linux_sigreturn()489 regs->tf_eax = context->sc_eax; in linux_rt_sigreturn()
65 l_uint sc_eax; member
142 u_int32_t sc_eax; member
387 sf.sf_siginfo.si_sc.sc_eax = regs->tf_rax; in ia32_osendsig()725 regs->tf_rax = scp->sc_eax; in ofreebsd32_sigreturn()
177 sf.sf_siginfo.si_sc.sc_eax = regs->tf_eax; in osendsig()624 regs->tf_eax = scp->sc_eax; in osigreturn()