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()
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()
505 unsigned int pos, unsigned int count, const void *kbuf, in hashkeyr_set() argument
511 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.hashkeyr, in hashkeyr_set()
539 unsigned int pos, unsigned int count, const void *kbuf, in pkey_set() argument
552 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pkey_set()
722 const void *kbuf, unsigned long *regs) in gpr32_set_common_kernel() argument
724 const compat_ulong_t *k = kbuf; in gpr32_set_common_kernel()
749 kbuf = k; in gpr32_set_common_kernel()
752 user_regset_copyin_ignore(&pos, &count, &kbuf, NULL, in gpr32_set_common_kernel()
763 const void *kbuf = NULL; in gpr32_set_common_user() local
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
817 if (kbuf) in gpr32_set_common()
818 return gpr32_set_common_kernel(target, regset, pos, count, kbuf, 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()