Lines Matching refs:sp
185 COPY(di); COPY(si); COPY(bp); COPY(sp); COPY(bx); in ia32_restore_sigcontext()
211 struct sigframe_ia32 __user *frame = (struct sigframe_ia32 __user *)(regs->sp-8); in sys32_sigreturn()
240 frame = (struct rt_sigframe_ia32 __user *)(regs->sp - 4); in sys32_rt_sigreturn()
281 put_user_ex(regs->sp, &sc->sp); in ia32_setup_sigcontext()
291 put_user_ex(regs->sp, &sc->sp_at_signal); in ia32_setup_sigcontext()
311 unsigned long sp; in get_sigframe() local
314 sp = regs->sp; in get_sigframe()
318 sp = sigsp(sp, ksig); in get_sigframe()
323 sp = (unsigned long) ksig->ka.sa.sa_restorer; in get_sigframe()
328 sp = alloc_mathframe(sp, 1, &fx_aligned, &math_size); in get_sigframe()
329 *fpstate = (struct _fpstate_ia32 __user *) sp; in get_sigframe()
335 sp -= frame_size; in get_sigframe()
338 sp = ((sp + 4) & -16ul) - 4; in get_sigframe()
339 return (void __user *) sp; in get_sigframe()
403 regs->sp = (unsigned long) frame; in ia32_setup_frame()
457 compat_save_altstack_ex(&frame->uc.uc_stack, regs->sp); in ia32_setup_rt_frame()
482 regs->sp = (unsigned long) frame; in ia32_setup_rt_frame()