Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/i386/include/
Dsignal.h58 int sc_ebx; member
/freebsd-12-stable/sys/x86/include/
Dsignal.h61 int sc_ebx; member
/freebsd-12-stable/sys/amd64/linux32/
Dlinux32_sysvec.c320 frame.sf_sc.uc_mcontext.sc_ebx = regs->tf_rbx; in linux_rt_sendsig()
429 frame.sf_sc.sc_ebx = regs->tf_rbx; in linux_sendsig()
531 regs->tf_rbx = frame.sf_sc.sc_ebx; in linux_sigreturn()
618 regs->tf_rbx = context->sc_ebx; in linux_rt_sigreturn()
Dlinux.h299 l_uint sc_ebx; member
/freebsd-12-stable/sys/i386/linux/
Dlinux_sysvec.c426 frame.sf_sc.uc_mcontext.sc_ebx = regs->tf_ebx; in linux_rt_sendsig()
527 frame.sf_sc.sc_ebx = regs->tf_ebx; in linux_sendsig()
629 regs->tf_ebx = frame.sf_sc.sc_ebx; in linux_sigreturn()
709 regs->tf_ebx = context->sc_ebx; in linux_rt_sigreturn()
Dlinux.h272 l_int sc_ebx; member
/freebsd-12-stable/sys/compat/ia32/
Dia32_signal.h142 u_int32_t sc_ebx; member
/freebsd-12-stable/sys/amd64/ia32/
Dia32_signal.c388 sf.sf_siginfo.si_sc.sc_ebx = regs->tf_rbx; in ia32_osendsig()
733 regs->tf_rbx = scp->sc_ebx; in ofreebsd32_sigreturn()
/freebsd-12-stable/sys/i386/i386/
Dmachdep.c386 sf.sf_siginfo.si_sc.sc_ebx = regs->tf_ebx; in osendsig()
842 regs->tf_ebx = scp->sc_ebx;