Lines Matching refs:ubuf
266 void *kbuf, void __user *ubuf) in gpr_get() argument
279 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in gpr_get()
284 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &msr, in gpr_get()
294 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in gpr_get()
299 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in gpr_get()
307 const void *kbuf, const void __user *ubuf) in gpr_set() argument
317 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in gpr_set()
322 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, ®, in gpr_set()
333 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in gpr_set()
340 &pos, &count, &kbuf, &ubuf, in gpr_set()
345 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, ®, in gpr_set()
354 &pos, &count, &kbuf, &ubuf, in gpr_set()
362 void *kbuf, void __user *ubuf) in fpr_get() argument
375 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, buf, 0, -1); in fpr_get()
381 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpr_get()
388 const void *kbuf, const void __user *ubuf) in fpr_set() argument
398 i = user_regset_copyin(&pos, &count, &kbuf, &ubuf, buf, 0, -1); in fpr_set()
409 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpr_set()
437 void *kbuf, void __user *ubuf) in vr_get() argument
446 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in vr_get()
459 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &vrsave, in vr_get()
468 const void *kbuf, const void __user *ubuf) in vr_set() argument
477 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in vr_set()
490 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &vrsave, in vr_set()
516 void *kbuf, void __user *ubuf) in vsr_get() argument
525 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in vsr_get()
533 const void *kbuf, const void __user *ubuf) in vsr_set() argument
540 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in vsr_set()
571 void *kbuf, void __user *ubuf) in evr_get() argument
577 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in evr_get()
585 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in evr_get()
594 const void *kbuf, const void __user *ubuf) in evr_set() argument
600 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in evr_set()
608 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in evr_set()
679 void *kbuf, void __user *ubuf) in gpr32_get() argument
683 compat_ulong_t __user *u = ubuf; in gpr32_get()
726 ubuf = u; in gpr32_get()
729 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in gpr32_get()
736 const void *kbuf, const void __user *ubuf) in gpr32_set() argument
740 const compat_ulong_t __user *u = ubuf; in gpr32_set()
799 ubuf = u; in gpr32_set()
802 return user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in gpr32_set()