Lines Matching refs:ubuf
508 const void *kbuf, const void __user *ubuf) in hw_break_set() argument
517 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, 0, offset); in hw_break_set()
526 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &addr, in hw_break_set()
537 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ctrl, in hw_break_set()
546 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in hw_break_set()
569 const void *kbuf, const void __user *ubuf) in gpr_set() argument
574 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &newregs, 0, -1); in gpr_set()
623 const void *kbuf, const void __user *ubuf, in __fpr_set() argument
637 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &newstate, in __fpr_set()
649 const void *kbuf, const void __user *ubuf) in fpr_set() argument
656 ret = __fpr_set(target, regset, pos, count, kbuf, ubuf, 0); in fpr_set()
677 const void *kbuf, const void __user *ubuf) in tls_set() argument
682 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &tls, 0, -1); in tls_set()
700 const void *kbuf, const void __user *ubuf) in system_call_set() argument
705 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &syscallno, 0, -1); in system_call_set()
794 const void *kbuf, const void __user *ubuf) in sve_set() argument
807 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &header, in sve_set()
828 ret = __fpr_set(target, regset, pos, count, kbuf, ubuf, in sve_set()
859 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in sve_set()
867 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in sve_set()
878 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in sve_set()
926 const void *kbuf, const void __user *ubuf) in pac_enabled_keys_set() argument
934 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &enabled_keys, 0, in pac_enabled_keys_set()
995 const void *kbuf, const void __user *ubuf) in pac_address_keys_set() argument
1005 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pac_address_keys_set()
1044 const void *kbuf, const void __user *ubuf) in pac_generic_keys_set() argument
1054 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pac_generic_keys_set()
1081 void __user *ubuf) in tagged_addr_ctrl_set() argument
1086 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ctrl, 0, -1); in tagged_addr_ctrl_set()
1275 const void *kbuf, const void __user *ubuf) in compat_gpr_set() argument
1300 ret = copy_from_user(®, ubuf, sizeof(reg)); in compat_gpr_set()
1306 ubuf += sizeof(reg); in compat_gpr_set()
1362 const void *kbuf, const void __user *ubuf) in compat_vfp_set() argument
1374 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, uregs, 0, in compat_vfp_set()
1378 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &fpscr, in compat_vfp_set()
1400 const void __user *ubuf) in compat_tls_set() argument
1405 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &tls, 0, -1); in compat_tls_set()