Searched refs:sc_ebp (Results 1 – 9 of 9) sorted by relevance
58 int sc_ebp; member91 #define sc_fp sc_ebp
47 int sc_ebp; member
23 ASSYM(L_SC_EBP, offsetof(struct l_sigcontext, sc_ebp));
200 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()
22 ASSYM(L_SC_EBP, offsetof(struct l_sigcontext, sc_ebp));
208 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()
126 uint32_t sc_ebp; member
60 l_uint sc_ebp; member
405 sf.sf_siginfo.si_sc.sc_ebp = regs->tf_rbp; in ia32_osendsig()733 regs->tf_rbp = scp->sc_ebp; in ofreebsd32_sigreturn()