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

  /src/sys/arch/i386/include/
signal.h 68 int sc_eax; member in struct:sigcontext13
94 int sc_eax; member in struct:sigcontext
  /src/sys/compat/freebsd/
freebsd_machdep.h 66 int sc_eax; member in struct:freebsd_osigcontext
87 int sc_eax; member in struct:freebsd_sigcontext
freebsd_machdep.c 114 frame.sf_sc.sc_eax = tf->tf_eax;
206 tf->tf_eax = context.sc_eax;
  /src/sys/arch/amd64/include/
netbsd32_machdep.h 49 uint32_t sc_eax; member in struct:netbsd32_sigcontext13
75 uint32_t sc_eax; member in struct:netbsd32_sigcontext
  /src/sys/arch/i386/i386/
compat_13_machdep.c 92 tf->tf_eax = context.sc_eax;
compat_16_machdep.c 116 tf->tf_eax = context.sc_eax;
197 frame.sf_sc.sc_eax = tf->tf_eax;
  /src/sys/compat/linux32/arch/amd64/
linux32_signal.h 113 int sc_eax; member in struct:linux32_sigcontext
linux32_machdep.c 359 sc->sc_eax = tf->tf_rax;
465 tf->tf_rax = (register_t)scp->sc_eax & 0xffffffff;
  /src/sys/compat/linux/arch/i386/
linux_machdep.h 89 int sc_eax; member in struct:linux_sigcontext
linux_machdep.c 209 sc->sc_eax = tf->tf_eax;
460 tf->tf_eax = scp->sc_eax;
  /src/sys/arch/amd64/amd64/
netbsd32_machdep_16.c 140 frame.sf_sc.sc_eax = tf->tf_rax;
213 tf->tf_rax = context.sc_eax;
netbsd32_machdep_13.c 125 tf->tf_rax = context.sc_eax;

Completed in 16 milliseconds