Lines Matching refs:kbuf
588 void *kbuf, void __user *ubuf) in gpr_get() argument
592 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in gpr_get()
600 const void *kbuf, const void __user *ubuf) in gpr_set() argument
605 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in gpr_set()
621 void *kbuf, void __user *ubuf) in fpa_get() argument
623 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpa_get()
631 const void *kbuf, const void __user *ubuf) in fpa_set() argument
637 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpa_set()
668 void *kbuf, void __user *ubuf) in vfp_get() argument
678 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in vfp_get()
685 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in vfp_get()
691 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in vfp_get()
705 const void *kbuf, const void __user *ubuf) in vfp_set() argument
716 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in vfp_set()
723 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in vfp_set()
729 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in vfp_set()