Lines Matching refs:__copy_from_user
195 if (__copy_from_user(regs, &sr->mc_gregs, in restore_general_regs()
199 if (__copy_from_user(®s->orig_gpr3, &sr->mc_gregs[PT_ORIG_R3], in restore_general_regs()
283 if (__copy_from_user(buf, from, ELF_NFPREG * sizeof(double))) in copy_fpr_from_user()
310 if (__copy_from_user(buf, from, ELF_NVSRHALFREG * sizeof(double))) in copy_vsx_from_user()
337 if (__copy_from_user(buf, from, ELF_NFPREG * sizeof(double))) in copy_transact_fpr_from_user()
364 if (__copy_from_user(buf, from, ELF_NVSRHALFREG * sizeof(double))) in copy_transact_vsx_from_user()
382 return __copy_from_user(task->thread.fp_state.fpr, from, in copy_fpr_from_user()
397 return __copy_from_user(task->thread.transact_fp.fpr, from, in copy_transact_fpr_from_user()
707 if (__copy_from_user(¤t->thread.vr_state, &sr->mc_vregs, in restore_user_regs()
752 if (__copy_from_user(current->thread.evr, &sr->mc_vregs, in restore_user_regs()
814 if (__copy_from_user(¤t->thread.vr_state, &sr->mc_vregs, in restore_tm_user_regs()
816 __copy_from_user(¤t->thread.transact_vr, in restore_tm_user_regs()
866 if (__copy_from_user(current->thread.evr, &sr->mc_vregs, in restore_tm_user_regs()