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

/freebsd-9.3-release/sys/i386/include/
H A Dsignal.h74 int sc_ebx; member in struct:osigcontext
100 int sc_ebx; member in struct:sigcontext
/freebsd-9.3-release/sys/compat/ia32/
H A Dia32_signal.h138 u_int32_t sc_ebx; member in struct:ia32_sigcontext3
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_sysvec.c481 frame.sf_sc.uc_mcontext.sc_ebx = regs->tf_ebx;
609 frame.sf_sc.sc_ebx = regs->tf_ebx;
723 regs->tf_ebx = frame.sf_sc.sc_ebx;
811 regs->tf_ebx = context->sc_ebx;
H A Dlinux.h361 l_int sc_ebx; member in struct:l_sigcontext
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_sysvec.c373 frame.sf_sc.uc_mcontext.sc_ebx = regs->tf_rbx;
509 frame.sf_sc.sc_ebx = regs->tf_rbx;
622 regs->tf_rbx = frame.sf_sc.sc_ebx;
715 regs->tf_rbx = context->sc_ebx;
H A Dlinux.h386 l_uint sc_ebx; member in struct:l_sigcontext
/freebsd-9.3-release/sys/amd64/ia32/
H A Dia32_signal.c387 sf.sf_siginfo.si_sc.sc_ebx = regs->tf_rbx;
740 regs->tf_rbx = scp->sc_ebx;
/freebsd-9.3-release/sys/pc98/pc98/
H A Dmachdep.c352 sf.sf_siginfo.si_sc.sc_ebx = regs->tf_ebx;
805 regs->tf_ebx = scp->sc_ebx;
/freebsd-9.3-release/sys/i386/i386/
H A Dmachdep.c416 sf.sf_siginfo.si_sc.sc_ebx = regs->tf_ebx;
871 regs->tf_ebx = scp->sc_ebx;

Completed in 184 milliseconds