Lines Matching refs:kbuf
245 unsigned int pos, unsigned int count, const void *kbuf, in gpr_set() argument
256 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in gpr_set()
261 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, ®, in gpr_set()
272 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in gpr_set()
278 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in gpr_set()
283 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, ®, in gpr_set()
291 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in gpr_set()
305 unsigned int pos, unsigned int count, const void *kbuf, in ppr_set() argument
308 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in ppr_set()
318 unsigned int pos, unsigned int count, const void *kbuf, in dscr_set() argument
321 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in dscr_set()
332 unsigned int pos, unsigned int count, const void *kbuf, in tar_set() argument
335 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tar_set()
367 unsigned int pos, unsigned int count, const void *kbuf, in ebb_set() argument
382 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.ebbrr, in ebb_set()
386 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in ebb_set()
391 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in ebb_set()
421 unsigned int pos, unsigned int count, const void *kbuf, in pmu_set() argument
435 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.siar, in pmu_set()
439 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pmu_set()
444 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pmu_set()
449 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pmu_set()
454 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pmu_set()
483 unsigned int pos, unsigned int count, const void *kbuf, in pkey_set() argument
496 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pkey_set()
653 const void *kbuf, const void __user *ubuf, in gpr32_set_common() argument
656 const compat_ulong_t *k = kbuf; in gpr32_set_common()
663 if (kbuf) in gpr32_set_common()
675 if (kbuf) in gpr32_set_common()
684 if (kbuf) { in gpr32_set_common()
701 if (kbuf) in gpr32_set_common()
710 kbuf = k; in gpr32_set_common()
714 return user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in gpr32_set_common()
742 const void *kbuf, const void __user *ubuf) in gpr32_set() argument
748 return gpr32_set_common(target, regset, pos, count, kbuf, ubuf, in gpr32_set()