Lines Matching refs:sp
92 COPY(di); COPY(si); COPY(bp); COPY(sp); COPY(bx); in ia32_restore_sigcontext()
118 struct sigframe_ia32 __user *frame = (struct sigframe_ia32 __user *)(regs->sp-8); in sys32_sigreturn()
147 frame = (struct rt_sigframe_ia32 __user *)(regs->sp - 4); in sys32_rt_sigreturn()
188 put_user_ex(regs->sp, &sc->sp); in ia32_setup_sigcontext()
198 put_user_ex(regs->sp, &sc->sp_at_signal); in ia32_setup_sigcontext()
219 unsigned long sp; in get_sigframe() local
222 sp = regs->sp; in get_sigframe()
226 sp = sigsp(sp, ksig); in get_sigframe()
231 sp = (unsigned long) ksig->ka.sa.sa_restorer; in get_sigframe()
236 sp = fpu__alloc_mathframe(sp, 1, &fx_aligned, &math_size); in get_sigframe()
237 *fpstate = (struct _fpstate_32 __user *) sp; in get_sigframe()
243 sp -= frame_size; in get_sigframe()
246 sp = ((sp + 4) & -16ul) - 4; in get_sigframe()
247 return (void __user *) sp; in get_sigframe()
311 regs->sp = (unsigned long) frame; in ia32_setup_frame()
365 compat_save_altstack_ex(&frame->uc.uc_stack, regs->sp); in ia32_setup_rt_frame()
390 regs->sp = (unsigned long) frame; in ia32_setup_rt_frame()