Searched refs:sc_ebx (Results 1 – 9 of 9) sorted by relevance
58 int sc_ebx; member
61 int sc_ebx; member
455 frame.sf_sc.uc_mcontext.sc_ebx = regs->tf_ebx; in linux_rt_sendsig()555 frame.sf_sc.sc_ebx = regs->tf_ebx; in linux_sendsig()657 regs->tf_ebx = frame.sf_sc.sc_ebx; in linux_sigreturn()737 regs->tf_ebx = context->sc_ebx; in linux_rt_sigreturn()
272 l_int sc_ebx; member
320 frame.sf_sc.uc_mcontext.sc_ebx = regs->tf_rbx; in linux_rt_sendsig()428 frame.sf_sc.sc_ebx = regs->tf_rbx; in linux_sendsig()530 regs->tf_rbx = frame.sf_sc.sc_ebx; in linux_sigreturn()617 regs->tf_rbx = context->sc_ebx; in linux_rt_sigreturn()
299 l_uint sc_ebx; member
386 sf.sf_siginfo.si_sc.sc_ebx = regs->tf_rbx; in ia32_osendsig()730 regs->tf_rbx = scp->sc_ebx; in ofreebsd32_sigreturn()
1015 (unsigned long) uc->sc_ebx, in logRegisters()1016 (unsigned long) uc->sc_ebx, in logRegisters()
374 sf.sf_siginfo.si_sc.sc_ebx = regs->tf_ebx; in osendsig()829 regs->tf_ebx = scp->sc_ebx;