Lines Matching refs:__copy_from_user
174 if (__copy_from_user(regs, &sr->mc_gregs, in restore_general_regs()
178 if (__copy_from_user(®s->orig_gpr3, &sr->mc_gregs[PT_ORIG_R3], in restore_general_regs()
262 if (__copy_from_user(buf, from, ELF_NFPREG * sizeof(double))) in copy_fpr_from_user()
289 if (__copy_from_user(buf, from, ELF_NVSRHALFREG * sizeof(double))) in copy_vsx_from_user()
316 if (__copy_from_user(buf, from, ELF_NFPREG * sizeof(double))) in copy_ckfpr_from_user()
343 if (__copy_from_user(buf, from, ELF_NVSRHALFREG * sizeof(double))) in copy_ckvsx_from_user()
361 return __copy_from_user(task->thread.fp_state.fpr, from, in copy_fpr_from_user()
376 return __copy_from_user(task->thread.ckfp_state.fpr, from, in copy_ckfpr_from_user()
674 if (__copy_from_user(¤t->thread.vr_state, &sr->mc_vregs, in restore_user_regs()
721 if (__copy_from_user(current->thread.evr, &sr->mc_vregs, in restore_user_regs()
777 if (__copy_from_user(¤t->thread.ckvr_state, &sr->mc_vregs, in restore_tm_user_regs()
779 __copy_from_user(¤t->thread.vr_state, in restore_tm_user_regs()
831 if (__copy_from_user(current->thread.evr, &sr->mc_vregs, in restore_tm_user_regs()