Lines Matching refs:kbuf
215 void *kbuf, void __user *ubuf) in gpr32_get() argument
221 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, uregs, 0, in gpr32_get()
228 const void *kbuf, const void __user *ubuf) in gpr32_set() argument
241 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, uregs, 0, in gpr32_set()
282 void *kbuf, void __user *ubuf) in gpr64_get() argument
288 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, uregs, 0, in gpr64_get()
295 const void *kbuf, const void __user *ubuf) in gpr64_set() argument
308 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, uregs, 0, in gpr64_set()
414 void **kbuf, void __user **ubuf) in fpr_get_fpa() argument
416 return user_regset_copyout(pos, count, kbuf, ubuf, in fpr_get_fpa()
429 void **kbuf, void __user **ubuf) in fpr_get_msa() argument
438 err = user_regset_copyout(pos, count, kbuf, ubuf, in fpr_get_msa()
456 void *kbuf, void __user *ubuf) in fpr_get() argument
463 err = fpr_get_fpa(target, &pos, &count, &kbuf, &ubuf); in fpr_get()
465 err = fpr_get_msa(target, &pos, &count, &kbuf, &ubuf); in fpr_get()
469 err = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpr_get()
475 err = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpr_get()
489 const void **kbuf, const void __user **ubuf) in fpr_set_fpa() argument
491 return user_regset_copyin(pos, count, kbuf, ubuf, in fpr_set_fpa()
504 const void **kbuf, const void __user **ubuf) in fpr_set_msa() argument
512 err = user_regset_copyin(pos, count, kbuf, ubuf, in fpr_set_msa()
538 const void *kbuf, const void __user *ubuf) in fpr_set() argument
553 err = fpr_set_fpa(target, &pos, &count, &kbuf, &ubuf); in fpr_set()
555 err = fpr_set_msa(target, &pos, &count, &kbuf, &ubuf); in fpr_set()
560 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpr_set()
570 err = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in fpr_set()
581 void *kbuf, void __user *ubuf) in fp_mode_get() argument
586 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, &fp_mode, 0, in fp_mode_get()
602 const void *kbuf, const void __user *ubuf) in fp_mode_set() argument
612 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &fp_mode, 0, in fp_mode_set()
669 void *kbuf, void __user *ubuf) in msa_get() argument
683 &kbuf, &ubuf, 0); in msa_get()
687 &kbuf, &ubuf, 8); in msa_get()
690 err = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in msa_get()
696 &kbuf, &ubuf, in msa_get()
700 err |= user_regset_copyout(&pos, &count, &kbuf, &ubuf, in msa_get()
709 const void *kbuf, const void __user *ubuf) in msa_set() argument
720 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in msa_set()
730 err |= user_regset_copyin(&pos, &count, &kbuf, &ubuf, in msa_set()
737 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ctrl_regs, in msa_set()
757 void *kbuf, void __user *ubuf) in dsp32_get() argument
782 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, dspregs, 0, in dsp32_get()
792 const void *kbuf, const void __user *ubuf) in dsp32_set() argument
809 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, dspregs, 0, in dsp32_set()
837 void *kbuf, void __user *ubuf) in dsp64_get() argument
862 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, dspregs, 0, in dsp64_get()
872 const void *kbuf, const void __user *ubuf) in dsp64_set() argument
889 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, dspregs, 0, in dsp64_set()