Home
last modified time | relevance | path

Searched refs:sc_ebx (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dsignal.h58 int sc_ebx; member
/f-stack/freebsd/x86/include/
H A Dsignal.h61 int sc_ebx; member
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c455 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()
H A Dlinux.h272 l_int sc_ebx; member
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c320 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()
H A Dlinux.h299 l_uint sc_ebx; member
/f-stack/freebsd/amd64/ia32/
H A Dia32_signal.c386 sf.sf_siginfo.si_sc.sc_ebx = regs->tf_rbx; in ia32_osendsig()
730 regs->tf_rbx = scp->sc_ebx; in ofreebsd32_sigreturn()
/f-stack/app/redis-5.0.5/src/
H A Ddebug.c1015 (unsigned long) uc->sc_ebx, in logRegisters()
1016 (unsigned long) uc->sc_ebx, in logRegisters()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c374 sf.sf_siginfo.si_sc.sc_ebx = regs->tf_ebx; in osendsig()
829 regs->tf_ebx = scp->sc_ebx;