Home
last modified time | relevance | path

Searched refs:sc_esp (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/sys/arch/i386/include/
Dsignal.h73 int sc_esp; member
99 int sc_esp; member
/netbsd/src/sys/arch/amd64/include/
Dnetbsd32_machdep.h54 uint32_t sc_esp; member
80 uint32_t sc_esp; member
92 #define sc_sp sc_esp
/netbsd/src/sys/compat/freebsd/
Dfreebsd_machdep.h52 int sc_esp; /* machine state */ member
93 int sc_esp; member
Dfreebsd_machdep.c117 frame.sf_sc.sc_esp = tf->tf_esp; in freebsd_sendsig()
209 tf->tf_esp = context.sc_esp; in freebsd_sys_sigreturn()
/netbsd/src/sys/arch/i386/i386/
Dcompat_16_machdep.c119 tf->tf_esp = context.sc_esp; in compat_16_sys___sigreturn14()
200 frame.sf_sc.sc_esp = tf->tf_esp; in sendsig_sigcontext()
Dcompat_13_machdep.c95 tf->tf_esp = context.sc_esp; in compat_13_sys_sigreturn()
/netbsd/src/sys/arch/amd64/amd64/
Dnetbsd32_machdep_16.c143 frame.sf_sc.sc_esp = tf->tf_rsp; in netbsd32_sendsig_sigcontext()
217 tf->tf_rsp = context.sc_esp; in compat_16_netbsd32___sigreturn14()
Dnetbsd32_machdep_13.c128 tf->tf_rsp = context.sc_esp; in compat_13_netbsd32_sigreturn()
/netbsd/src/sys/compat/linux32/arch/amd64/
Dlinux32_signal.h109 int sc_esp; member
Dlinux32_machdep.c354 sc->sc_esp = tf->tf_rsp; in linux32_save_sigcontext()
/netbsd/src/sys/compat/linux/arch/i386/
Dlinux_machdep.h85 int sc_esp; member
Dlinux_machdep.c204 sc->sc_esp = tf->tf_esp; in linux_save_sigcontext()