HomeSort by: relevance | last modified time | path
    Searched refs:sc_ebx (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/i386/include/
signal.h 65 int sc_ebx; member in struct:sigcontext13
91 int sc_ebx; member in struct:sigcontext
  /src/sys/compat/freebsd/
freebsd_machdep.h 63 int sc_ebx; member in struct:freebsd_osigcontext
84 int sc_ebx; member in struct:freebsd_sigcontext
freebsd_machdep.c 111 frame.sf_sc.sc_ebx = tf->tf_ebx;
203 tf->tf_ebx = context.sc_ebx;
  /src/sys/arch/amd64/include/
netbsd32_machdep.h 46 uint32_t sc_ebx; member in struct:netbsd32_sigcontext13
72 uint32_t sc_ebx; member in struct:netbsd32_sigcontext
  /src/sys/arch/i386/i386/
compat_13_machdep.c 89 tf->tf_ebx = context.sc_ebx;
compat_16_machdep.c 113 tf->tf_ebx = context.sc_ebx;
194 frame.sf_sc.sc_ebx = tf->tf_ebx;
  /src/sys/compat/linux32/arch/amd64/
linux32_signal.h 110 int sc_ebx; member in struct:linux32_sigcontext
linux32_machdep.c 356 sc->sc_ebx = tf->tf_rbx;
462 tf->tf_rbx = (register_t)scp->sc_ebx & 0xffffffff;
  /src/sys/compat/linux/arch/i386/
linux_machdep.h 86 int sc_ebx; member in struct:linux_sigcontext
linux_machdep.c 206 sc->sc_ebx = tf->tf_ebx;
457 tf->tf_ebx = scp->sc_ebx;
  /src/sys/arch/amd64/amd64/
netbsd32_machdep_16.c 137 frame.sf_sc.sc_ebx = tf->tf_rbx;
210 tf->tf_rbx = context.sc_ebx;
netbsd32_machdep_13.c 122 tf->tf_rbx = context.sc_ebx;

Completed in 15 milliseconds