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, ®, in gpr_set()
264 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in gpr_set()
270 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in gpr_set()
275 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, ®, in gpr_set()
283 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in gpr_set()
301 const void __user *ubuf) in ppr_set() argument
306 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in ppr_set()
317 const void __user *ubuf) in dscr_set() argument
319 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in dscr_set()
331 const void __user *ubuf) in tar_set() argument
333 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tar_set()
366 const void __user *ubuf) in ebb_set() argument
380 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.ebbrr, in ebb_set()
384 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in ebb_set()
389 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in ebb_set()
420 const void __user *ubuf) in pmu_set() argument
433 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.siar, in pmu_set()
437 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pmu_set()
442 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pmu_set()
447 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pmu_set()
452 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pmu_set()
506 const void __user *ubuf) in hashkeyr_set() argument
511 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.hashkeyr, in hashkeyr_set()
540 const void __user *ubuf) in pkey_set() argument
552 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pkey_set()
760 const void __user *ubuf, unsigned long *regs) in gpr32_set_common_user() argument
762 const compat_ulong_t __user *u = ubuf; in gpr32_set_common_user()
799 ubuf = u; in gpr32_set_common_user()
802 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in gpr32_set_common_user()
814 const void *kbuf, const void __user *ubuf, in gpr32_set_common() argument
820 return gpr32_set_common_user(target, regset, pos, count, ubuf, regs); in gpr32_set_common()
837 const void *kbuf, const void __user *ubuf) in gpr32_set() argument
842 return gpr32_set_common(target, regset, pos, count, kbuf, ubuf, in gpr32_set()