Lines Matching refs:kbuf

479 			void *kbuf, void __user *ubuf)  in hw_break_get()  argument
491 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &info, 0, in hw_break_get()
498 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, offset, in hw_break_get()
510 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &addr, in hw_break_get()
519 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &ctrl, in hw_break_get()
525 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in hw_break_get()
540 const void *kbuf, const void __user *ubuf) in hw_break_set() argument
549 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, 0, offset); in hw_break_set()
558 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &addr, in hw_break_set()
569 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ctrl, in hw_break_set()
578 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in hw_break_set()
594 void *kbuf, void __user *ubuf) in gpr_get() argument
597 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, uregs, 0, -1); in gpr_get()
602 const void *kbuf, const void __user *ubuf) in gpr_set() argument
607 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &newregs, 0, -1); in gpr_set()
624 void *kbuf, void __user *ubuf, unsigned int start_pos) in __fpr_get() argument
632 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, uregs, in __fpr_get()
638 void *kbuf, void __user *ubuf) in fpr_get() argument
643 return __fpr_get(target, regset, pos, count, kbuf, ubuf, 0); in fpr_get()
649 const void *kbuf, const void __user *ubuf, in __fpr_set() argument
663 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &newstate, in __fpr_set()
675 const void *kbuf, const void __user *ubuf) in fpr_set() argument
679 ret = __fpr_set(target, regset, pos, count, kbuf, ubuf, 0); in fpr_set()
691 void *kbuf, void __user *ubuf) in tls_get() argument
698 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, tls, 0, -1); in tls_get()
703 const void *kbuf, const void __user *ubuf) in tls_set() argument
708 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &tls, 0, -1); in tls_set()
719 void *kbuf, void __user *ubuf) in system_call_get() argument
723 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in system_call_get()
730 const void *kbuf, const void __user *ubuf) in system_call_set() argument
735 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &syscallno, 0, -1); in system_call_set()
786 void *kbuf, void __user *ubuf) in sve_get() argument
800 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &header, in sve_get()
812 return __fpr_get(target, regset, pos, count, kbuf, ubuf, in sve_get()
820 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in sve_get()
828 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in sve_get()
839 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in sve_get()
847 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in sve_get()
854 const void *kbuf, const void __user *ubuf) in sve_set() argument
867 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &header, in sve_set()
888 ret = __fpr_set(target, regset, pos, count, kbuf, ubuf, in sve_set()
919 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in sve_set()
927 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in sve_set()
938 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in sve_set()
953 void *kbuf, void __user *ubuf) in pac_mask_get() argument
969 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, &uregs, 0, -1); in pac_mask_get()
1009 void *kbuf, void __user *ubuf) in pac_address_keys_get() argument
1019 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in pac_address_keys_get()
1026 const void *kbuf, const void __user *ubuf) in pac_address_keys_set() argument
1036 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pac_address_keys_set()
1060 void *kbuf, void __user *ubuf) in pac_generic_keys_get() argument
1070 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in pac_generic_keys_get()
1077 const void *kbuf, const void __user *ubuf) in pac_generic_keys_set() argument
1087 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pac_generic_keys_set()
1230 void *kbuf, void __user *ubuf) in compat_gpr_get() argument
1263 if (kbuf) { in compat_gpr_get()
1264 memcpy(kbuf, &reg, sizeof(reg)); in compat_gpr_get()
1265 kbuf += sizeof(reg); in compat_gpr_get()
1283 const void *kbuf, const void __user *ubuf) in compat_gpr_set() argument
1304 if (kbuf) { in compat_gpr_set()
1305 memcpy(&reg, kbuf, sizeof(reg)); in compat_gpr_set()
1306 kbuf += sizeof(reg); in compat_gpr_set()
1345 void *kbuf, void __user *ubuf) in compat_vfp_get() argument
1361 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, uregs, in compat_vfp_get()
1368 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &fpscr, in compat_vfp_get()
1378 const void *kbuf, const void __user *ubuf) in compat_vfp_set() argument
1387 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, uregs, 0, in compat_vfp_set()
1391 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &fpscr, in compat_vfp_set()
1405 unsigned int count, void *kbuf, void __user *ubuf) in compat_tls_get() argument
1408 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, &tls, 0, -1); in compat_tls_get()
1413 unsigned int count, const void *kbuf, in compat_tls_set() argument
1419 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &tls, 0, -1); in compat_tls_set()