Home
last modified time | relevance | path

Searched refs:sc_ebp (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/x86/include/
H A Dsignal.h56 int sc_ebp; member
89 #define sc_fp sc_ebp
/freebsd/sys/i386/include/
H A Dsignal.h45 int sc_ebp; member
/freebsd/sys/amd64/linux32/
H A Dlinux32_genassym.c23 ASSYM(L_SC_EBP, offsetof(struct l_sigcontext, sc_ebp));
H A Dlinux32_sysvec.c200 frame.sf_uc.uc_mcontext.sc_ebp = regs->tf_rbp; in linux_rt_sendsig()
308 frame.sf_sc.sc_ebp = regs->tf_rbp; in linux_sendsig()
402 regs->tf_rbp = frame.sf_sc.sc_ebp; in linux_sigreturn()
487 regs->tf_rbp = context->sc_ebp; in linux_rt_sigreturn()
/freebsd/sys/i386/linux/
H A Dlinux_genassym.c22 ASSYM(L_SC_EBP, offsetof(struct l_sigcontext, sc_ebp));
H A Dlinux_sysvec.c208 frame.sf_uc.uc_mcontext.sc_ebp = regs->tf_ebp; in linux_rt_sendsig()
307 frame.sf_sc.sc_ebp = regs->tf_ebp; in linux_sendsig()
404 regs->tf_ebp = frame.sf_sc.sc_ebp; in linux_sigreturn()
484 regs->tf_ebp = context->sc_ebp; in linux_rt_sigreturn()
/freebsd/sys/x86/linux/
H A Dlinux_x86_sigframe.h60 l_uint sc_ebp; member
/freebsd/sys/compat/ia32/
H A Dia32_signal.h126 uint32_t sc_ebp; member
/freebsd/sys/amd64/ia32/
H A Dia32_signal.c404 sf.sf_siginfo.si_sc.sc_ebp = regs->tf_rbp; in ia32_osendsig()
732 regs->tf_rbp = scp->sc_ebp; in ofreebsd32_sigreturn()