Lines Matching refs:fpstate
209 &((struct _fpstate __user *)sc.fpstate)->_fxsr_env[0], in copy_sc_from_user()
214 err = convert_fxsr_from_user(&fpx, sc.fpstate); in copy_sc_from_user()
230 err = copy_from_user(&fp, sc.fpstate, in copy_sc_from_user()
294 sc.fpstate = to_fp; in copy_sc_to_user()
356 struct _fpstate fpstate; member
369 struct _fpstate fpstate; member
392 err |= copy_sc_to_user(&frame->sc, &frame->fpstate, regs, mask->sig[0]); in setup_signal_stack_sc()
440 err |= copy_ucontext_to_user(&frame->uc, &frame->fpstate, mask, in setup_signal_stack_si()
500 struct _fpstate fpstate; member
527 err |= copy_sc_to_user(&frame->uc.uc_mcontext, &frame->fpstate, regs, in setup_signal_stack_si()
529 err |= __put_user(&frame->fpstate, &frame->uc.uc_mcontext.fpstate); in setup_signal_stack_si()