Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dsignal.h55 int sc_ebx; member
/freebsd/sys/x86/include/
H A Dsignal.h58 int sc_ebx; member
/freebsd/sys/amd64/linux32/
H A Dlinux32_genassym.c24 ASSYM(L_SC_EBX, offsetof(struct l_sigcontext, sc_ebx));
H A Dlinux32_sysvec.c201 frame.sf_uc.uc_mcontext.sc_ebx = regs->tf_rbx; in linux_rt_sendsig()
309 frame.sf_sc.sc_ebx = regs->tf_rbx; in linux_sendsig()
403 regs->tf_rbx = frame.sf_sc.sc_ebx; in linux_sigreturn()
488 regs->tf_rbx = context->sc_ebx; in linux_rt_sigreturn()
/freebsd/sys/i386/linux/
H A Dlinux_genassym.c23 ASSYM(L_SC_EBX, offsetof(struct l_sigcontext, sc_ebx));
H A Dlinux_sysvec.c209 frame.sf_uc.uc_mcontext.sc_ebx = regs->tf_ebx; in linux_rt_sendsig()
308 frame.sf_sc.sc_ebx = regs->tf_ebx; in linux_sendsig()
405 regs->tf_ebx = frame.sf_sc.sc_ebx; in linux_sigreturn()
485 regs->tf_ebx = context->sc_ebx; in linux_rt_sigreturn()
/freebsd/sys/x86/linux/
H A Dlinux_x86_sigframe.h62 l_uint sc_ebx; member
/freebsd/sys/compat/ia32/
H A Dia32_signal.h136 uint32_t sc_ebx; member
/freebsd/sys/amd64/ia32/
H A Dia32_signal.c387 sf.sf_siginfo.si_sc.sc_ebx = regs->tf_rbx; in ia32_osendsig()
725 regs->tf_rbx = scp->sc_ebx; in ofreebsd32_sigreturn()
/freebsd/sys/i386/i386/
H A Dexec_machdep.c180 sf.sf_siginfo.si_sc.sc_ebx = regs->tf_ebx; in osendsig()
627 regs->tf_ebx = scp->sc_ebx; in osigreturn()