Lines Matching refs:__copy_to_user
188 return __copy_to_user(&frame->mc_gregs, regs, GP_REGS_SIZE); in save_general_regs()
274 return __copy_to_user(to, buf, ELF_NFPREG * sizeof(double)); in copy_fpr_to_user()
301 return __copy_to_user(to, buf, ELF_NVSRHALFREG * sizeof(double)); in copy_vsx_to_user()
328 return __copy_to_user(to, buf, ELF_NFPREG * sizeof(double)); in copy_transact_fpr_to_user()
355 return __copy_to_user(to, buf, ELF_NVSRHALFREG * sizeof(double)); in copy_transact_vsx_to_user()
375 return __copy_to_user(to, task->thread.fp_state.fpr, in copy_fpr_to_user()
390 return __copy_to_user(to, task->thread.transact_fp.fpr, in copy_transact_fpr_to_user()
425 if (__copy_to_user(&frame->mc_vregs, ¤t->thread.vr_state, in save_user_regs()
471 if (__copy_to_user(&frame->mc_vregs, current->thread.evr, in save_user_regs()
549 if (__copy_to_user(&frame->mc_vregs, ¤t->thread.vr_state, in save_tm_user_regs()
553 if (__copy_to_user(&tm_frame->mc_vregs, in save_tm_user_regs()
558 if (__copy_to_user(&tm_frame->mc_vregs, in save_tm_user_regs()
630 if (__copy_to_user(&frame->mc_vregs, current->thread.evr, in save_tm_user_regs()
933 err |= __copy_to_user(&d->_sifields._pad, &s->_sifields._pad, in copy_siginfo_to_user32()