Lines Matching refs:ubuf
135 const void *kbuf, const void __user *ubuf) in tm_cgpr_set() argument
150 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_cgpr_set()
155 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, ®, in tm_cgpr_set()
166 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_cgpr_set()
172 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in tm_cgpr_set()
177 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, ®, in tm_cgpr_set()
185 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in tm_cgpr_set()
274 const void *kbuf, const void __user *ubuf) in tm_cfpr_set() argument
294 i = user_regset_copyin(&pos, &count, &kbuf, &ubuf, buf, 0, -1); in tm_cfpr_set()
394 const void *kbuf, const void __user *ubuf) in tm_cvmx_set() argument
410 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.ckvr_state, in tm_cvmx_set()
422 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &vrsave, in tm_cvmx_set()
513 const void *kbuf, const void __user *ubuf) in tm_cvsx_set() argument
533 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_cvsx_set()
617 const void *kbuf, const void __user *ubuf) in tm_spr_set() argument
635 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_spr_set()
640 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_spr_set()
646 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_spr_set()
677 const void *kbuf, const void __user *ubuf) in tm_tar_set() argument
687 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_tar_set()
718 const void *kbuf, const void __user *ubuf) in tm_ppr_set() argument
728 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_ppr_set()
758 const void *kbuf, const void __user *ubuf) in tm_dscr_set() argument
768 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_dscr_set()
783 const void *kbuf, const void __user *ubuf) in tm_cgpr32_set() argument
785 return gpr32_set_common(target, regset, pos, count, kbuf, ubuf, in tm_cgpr32_set()