Lines Matching refs:kbuf

239 		   unsigned int pos, unsigned int count, const void *kbuf,  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 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 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in gpr_set()
297 unsigned int pos, unsigned int count, const void *kbuf, in ppr_set() argument
300 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in ppr_set()
310 unsigned int pos, unsigned int count, const void *kbuf, in dscr_set() argument
313 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in dscr_set()
324 unsigned int pos, unsigned int count, const void *kbuf, in tar_set() argument
327 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tar_set()
359 unsigned int pos, unsigned int count, const void *kbuf, 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()
413 unsigned int pos, unsigned int count, const void *kbuf, 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()
475 unsigned int pos, unsigned int count, const void *kbuf, 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
649 const compat_ulong_t *k = kbuf; in gpr32_set_common()
653 if (!kbuf && !user_read_access_begin(u, count)) in gpr32_set_common()
659 if (kbuf) in gpr32_set_common()
670 if (kbuf) in gpr32_set_common()
679 if (kbuf) { in gpr32_set_common()
694 if (kbuf) in gpr32_set_common()
702 if (!kbuf) in gpr32_set_common()
705 kbuf = k; in gpr32_set_common()
709 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in gpr32_set_common()
732 const void *kbuf, const void __user *ubuf) in gpr32_set() argument
737 return gpr32_set_common(target, regset, pos, count, kbuf, ubuf, in gpr32_set()