Home
last modified time | relevance | path

Searched refs:sc_eax (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/arch/i386/include/
H A Dsignal.h68 int sc_eax; member
94 int sc_eax; member
/netbsd-src/sys/compat/freebsd/
H A Dfreebsd_machdep.h66 int sc_eax; member
87 int sc_eax; member
H A Dfreebsd_machdep.c114 frame.sf_sc.sc_eax = tf->tf_eax; in freebsd_sendsig()
206 tf->tf_eax = context.sc_eax; in freebsd_sys_sigreturn()
/netbsd-src/sys/arch/amd64/include/
H A Dnetbsd32_machdep.h49 uint32_t sc_eax; member
75 uint32_t sc_eax; member
/netbsd-src/sys/arch/amd64/amd64/
H A Dnetbsd32_machdep_16.c140 frame.sf_sc.sc_eax = tf->tf_rax; in netbsd32_sendsig_sigcontext()
213 tf->tf_rax = context.sc_eax; in compat_16_netbsd32___sigreturn14()
H A Dnetbsd32_machdep_13.c125 tf->tf_rax = context.sc_eax; in compat_13_netbsd32_sigreturn()
/netbsd-src/sys/arch/i386/i386/
H A Dcompat_16_machdep.c116 tf->tf_eax = context.sc_eax; in compat_16_sys___sigreturn14()
197 frame.sf_sc.sc_eax = tf->tf_eax; in sendsig_sigcontext()
H A Dcompat_13_machdep.c92 tf->tf_eax = context.sc_eax; in compat_13_sys_sigreturn()
/netbsd-src/sys/compat/linux32/arch/amd64/
H A Dlinux32_signal.h113 int sc_eax; member
H A Dlinux32_machdep.c359 sc->sc_eax = tf->tf_rax; in linux32_save_sigcontext()
465 tf->tf_rax = (register_t)scp->sc_eax & 0xffffffff; in linux32_restore_sigcontext()
/netbsd-src/sys/compat/linux/arch/i386/
H A Dlinux_machdep.h89 int sc_eax; member
H A Dlinux_machdep.c209 sc->sc_eax = tf->tf_eax; in linux_save_sigcontext()
460 tf->tf_eax = scp->sc_eax; in linux_restore_sigcontext()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dgnu-unwind.h96 fs->regs.reg[0].loc.offset = (unsigned long)&scp->sc_eax - usp; in x86_gnu_fallback_frame_state()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dgnu-unwind.h96 fs->regs.reg[0].loc.offset = (unsigned long)&scp->sc_eax - usp; in x86_gnu_fallback_frame_state()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Ducontext.d1216 int sc_eax;