Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/x86/include/
Dsignal.h70 int sc_esp; member
91 #define sc_sp sc_esp
/freebsd-12-stable/sys/i386/include/
Dsignal.h47 int sc_esp; /* machine state follows: */ member
/freebsd-12-stable/sys/amd64/linux32/
Dlinux32_genassym.c18 ASSYM(LINUX_SC_ESP, offsetof(struct l_sigcontext, sc_esp));
Dlinux32_sysvec.c321 frame.sf_sc.uc_mcontext.sc_esp = regs->tf_rsp; in linux_rt_sendsig()
430 frame.sf_sc.sc_esp = regs->tf_rsp; in linux_sendsig()
Dlinux.h298 l_uint sc_esp; member
/freebsd-12-stable/sys/i386/linux/
Dlinux_genassym.c18 ASSYM(LINUX_SC_ESP, offsetof(struct l_sigcontext, sc_esp));
Dlinux.h271 l_int sc_esp; member
Dlinux_sysvec.c427 frame.sf_sc.uc_mcontext.sc_esp = regs->tf_esp; in linux_rt_sendsig()
528 frame.sf_sc.sc_esp = regs->tf_esp; in linux_sendsig()
/freebsd-12-stable/sys/compat/ia32/
Dia32_signal.h131 u_int32_t sc_esp; member
/freebsd-12-stable/sys/amd64/ia32/
Dia32_signal.c404 sf.sf_siginfo.si_sc.sc_esp = regs->tf_rsp; in ia32_osendsig()
741 regs->tf_rsp = scp->sc_esp; in ofreebsd32_sigreturn()