Lines Matching refs:__copy_from_user
170 if (__copy_from_user(regs, &sr->mc_gregs, in restore_general_regs()
174 if (__copy_from_user(®s->orig_gpr3, &sr->mc_gregs[PT_ORIG_R3], in restore_general_regs()
258 if (__copy_from_user(buf, from, ELF_NFPREG * sizeof(double))) in copy_fpr_from_user()
285 if (__copy_from_user(buf, from, ELF_NVSRHALFREG * sizeof(double))) in copy_vsx_from_user()
312 if (__copy_from_user(buf, from, ELF_NFPREG * sizeof(double))) in copy_ckfpr_from_user()
339 if (__copy_from_user(buf, from, ELF_NVSRHALFREG * sizeof(double))) in copy_ckvsx_from_user()
357 return __copy_from_user(task->thread.fp_state.fpr, from, in copy_fpr_from_user()
372 return __copy_from_user(task->thread.ckfp_state.fpr, from, in copy_ckfpr_from_user()
670 if (__copy_from_user(¤t->thread.vr_state, &sr->mc_vregs, in restore_user_regs()
717 if (__copy_from_user(current->thread.evr, &sr->mc_vregs, in restore_user_regs()
773 if (__copy_from_user(¤t->thread.ckvr_state, &sr->mc_vregs, in restore_tm_user_regs()
775 __copy_from_user(¤t->thread.vr_state, in restore_tm_user_regs()
827 if (__copy_from_user(current->thread.evr, &sr->mc_vregs, in restore_tm_user_regs()