Lines Matching refs:ubuf
414 const void *kbuf, const void __user *ubuf) in fpr_set() argument
418 const __u64 __user *u = ubuf; in fpr_set()
435 ubuf = u; in fpr_set()
438 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in fpr_set()
534 const void *kbuf, const void __user *ubuf) in gpr_set() argument
538 const unsigned long __user *u = ubuf; in gpr_set()
555 ubuf = u; in gpr_set()
558 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in gpr_set()
598 const void *kbuf, const void __user *ubuf) in gpr32_set() argument
602 const compat_ulong_t __user *u = ubuf; in gpr32_set()
619 ubuf = u; in gpr32_set()
622 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in gpr32_set()