Lines Matching refs:kbuf

136 		const void *kbuf, const void __user *ubuf)  in tm_cgpr_set()  argument
151 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_cgpr_set()
156 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &reg, in tm_cgpr_set()
167 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_cgpr_set()
173 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in tm_cgpr_set()
178 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &reg, in tm_cgpr_set()
186 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in tm_cgpr_set()
275 const void *kbuf, const void __user *ubuf) in tm_cfpr_set() argument
295 i = user_regset_copyin(&pos, &count, &kbuf, &ubuf, buf, 0, -1); in tm_cfpr_set()
395 const void *kbuf, const void __user *ubuf) in tm_cvmx_set() argument
411 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.ckvr_state, in tm_cvmx_set()
423 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &vrsave, in tm_cvmx_set()
514 const void *kbuf, const void __user *ubuf) in tm_cvsx_set() argument
534 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_cvsx_set()
618 const void *kbuf, const void __user *ubuf) in tm_spr_set() argument
636 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_spr_set()
641 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_spr_set()
647 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_spr_set()
678 const void *kbuf, const void __user *ubuf) in tm_tar_set() argument
688 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_tar_set()
719 const void *kbuf, const void __user *ubuf) in tm_ppr_set() argument
729 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_ppr_set()
759 const void *kbuf, const void __user *ubuf) in tm_dscr_set() argument
769 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_dscr_set()
784 const void *kbuf, const void __user *ubuf) in tm_cgpr32_set() argument
786 return gpr32_set_common(target, regset, pos, count, kbuf, ubuf, in tm_cgpr32_set()