Lines Matching refs:ubuf

240 		   const void __user *ubuf)  in gpr_set()  argument
248 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in gpr_set()
253 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &reg, in gpr_set()
264 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in gpr_set()
270 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in gpr_set()
275 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &reg, in gpr_set()
283 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in gpr_set()
298 const void __user *ubuf) in ppr_set() argument
300 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in ppr_set()
311 const void __user *ubuf) in dscr_set() argument
313 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in dscr_set()
325 const void __user *ubuf) in tar_set() argument
327 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tar_set()
360 const void __user *ubuf) in ebb_set() argument
374 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.ebbrr, in ebb_set()
378 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in ebb_set()
383 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in ebb_set()
414 const void __user *ubuf) in pmu_set() argument
427 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.siar, in pmu_set()
431 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pmu_set()
436 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pmu_set()
441 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pmu_set()
446 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pmu_set()
476 const void __user *ubuf) in pkey_set() argument
488 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pkey_set()
646 const void *kbuf, const void __user *ubuf, in gpr32_set_common() argument
650 const compat_ulong_t __user *u = ubuf; in gpr32_set_common()
706 ubuf = u; in gpr32_set_common()
709 return user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in gpr32_set_common()
731 const void *kbuf, const void __user *ubuf) in gpr32_set() argument
736 return gpr32_set_common(target, regset, pos, count, kbuf, ubuf, in gpr32_set()