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()
685 const void *kbuf, const void __user *ubuf) in tls_set() argument
694 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, tls, 0, count); in tls_set()
715 const void *kbuf, const void __user *ubuf) in system_call_set() argument
720 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &syscallno, 0, -1); in system_call_set()
851 const void *kbuf, const void __user *ubuf, in sve_set_common() argument
862 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &header, in sve_set_common()
907 ret = __fpr_set(target, regset, pos, count, kbuf, ubuf, in sve_set_common()
949 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in sve_set_common()
957 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in sve_set_common()
968 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in sve_set_common()
980 const void *kbuf, const void __user *ubuf) in sve_set() argument
985 return sve_set_common(target, regset, pos, count, kbuf, ubuf, in sve_set()
1006 const void *kbuf, const void __user *ubuf) in ssve_set() argument
1011 return sve_set_common(target, regset, pos, count, kbuf, ubuf, in ssve_set()
1067 const void *kbuf, const void __user *ubuf) in za_set() argument
1080 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &header, in za_set()
1133 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in za_set()
1187 const void *kbuf, const void __user *ubuf) in pac_enabled_keys_set() argument
1195 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &enabled_keys, 0, in pac_enabled_keys_set()
1256 const void *kbuf, const void __user *ubuf) in pac_address_keys_set() argument
1266 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pac_address_keys_set()
1305 const void *kbuf, const void __user *ubuf) in pac_generic_keys_set() argument
1315 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pac_generic_keys_set()
1342 void __user *ubuf) in tagged_addr_ctrl_set() argument
1347 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ctrl, 0, -1); in tagged_addr_ctrl_set()
1567 const void *kbuf, const void __user *ubuf) in compat_gpr_set() argument
1592 ret = copy_from_user(&reg, ubuf, sizeof(reg)); in compat_gpr_set()
1598 ubuf += sizeof(reg); in compat_gpr_set()
1654 const void *kbuf, const void __user *ubuf) in compat_vfp_set() argument
1666 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, uregs, 0, in compat_vfp_set()
1670 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &fpscr, in compat_vfp_set()
1692 const void __user *ubuf) in compat_tls_set() argument
1697 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &tls, 0, -1); in compat_tls_set()