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, ®, 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()
300 unsigned int pos, unsigned int count, const void *kbuf, in ppr_set() argument
306 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in ppr_set()
316 unsigned int pos, unsigned int count, const void *kbuf, in dscr_set() argument
319 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in dscr_set()
330 unsigned int pos, unsigned int count, const void *kbuf, in tar_set() argument
333 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tar_set()
365 unsigned int pos, unsigned int count, const void *kbuf, 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()
419 unsigned int pos, unsigned int count, const void *kbuf, 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()
500 unsigned int pos, unsigned int count, const void *kbuf, in hashkeyr_set() argument
506 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.hashkeyr, in hashkeyr_set()
534 unsigned int pos, unsigned int count, const void *kbuf, in pkey_set() argument
547 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pkey_set()
717 const void *kbuf, unsigned long *regs) in gpr32_set_common_kernel() argument
719 const compat_ulong_t *k = kbuf; in gpr32_set_common_kernel()
744 kbuf = k; in gpr32_set_common_kernel()
747 user_regset_copyin_ignore(&pos, &count, &kbuf, NULL, in gpr32_set_common_kernel()
758 const void *kbuf = NULL; in gpr32_set_common_user() local
797 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in gpr32_set_common_user()
809 const void *kbuf, const void __user *ubuf, in gpr32_set_common() argument
812 if (kbuf) in gpr32_set_common()
813 return gpr32_set_common_kernel(target, regset, pos, count, kbuf, regs); in gpr32_set_common()
832 const void *kbuf, const void __user *ubuf) in gpr32_set() argument
837 return gpr32_set_common(target, regset, pos, count, kbuf, ubuf, in gpr32_set()