Lines Matching refs:ubuf

508 			const void *kbuf, const void __user *ubuf)  in hw_break_set()  argument
517 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, 0, offset); in hw_break_set()
524 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &addr, in hw_break_set()
535 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ctrl, in hw_break_set()
544 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in hw_break_set()
564 const void *kbuf, const void __user *ubuf) in gpr_set() argument
569 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &newregs, 0, -1); in gpr_set()
618 const void *kbuf, const void __user *ubuf, in __fpr_set() argument
632 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &newstate, in __fpr_set()
644 const void *kbuf, const void __user *ubuf) in fpr_set() argument
651 ret = __fpr_set(target, regset, pos, count, kbuf, ubuf, 0); in fpr_set()
680 const void *kbuf, const void __user *ubuf) in tls_set() argument
689 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, tls, 0, count); in tls_set()
710 const void *kbuf, const void __user *ubuf) in system_call_set() argument
715 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &syscallno, 0, -1); in system_call_set()
846 const void *kbuf, const void __user *ubuf, in sve_set_common() argument
857 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &header, in sve_set_common()
910 ret = __fpr_set(target, regset, pos, count, kbuf, ubuf, in sve_set_common()
955 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in sve_set_common()
963 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, start, end); in sve_set_common()
971 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in sve_set_common()
983 const void *kbuf, const void __user *ubuf) in sve_set() argument
988 return sve_set_common(target, regset, pos, count, kbuf, ubuf, in sve_set()
1009 const void *kbuf, const void __user *ubuf) in ssve_set() argument
1014 return sve_set_common(target, regset, pos, count, kbuf, ubuf, in ssve_set()
1070 const void *kbuf, const void __user *ubuf) in za_set() argument
1083 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &header, in za_set()
1137 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in za_set()
1175 const void *kbuf, const void __user *ubuf) in zt_set() argument
1193 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in zt_set()
1245 const void *kbuf, const void __user *ubuf) in pac_enabled_keys_set() argument
1253 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &enabled_keys, 0, in pac_enabled_keys_set()
1314 const void *kbuf, const void __user *ubuf) in pac_address_keys_set() argument
1324 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pac_address_keys_set()
1363 const void *kbuf, const void __user *ubuf) in pac_generic_keys_set() argument
1373 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pac_generic_keys_set()
1400 void __user *ubuf) in tagged_addr_ctrl_set() argument
1405 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ctrl, 0, -1); in tagged_addr_ctrl_set()
1634 const void *kbuf, const void __user *ubuf) in compat_gpr_set() argument
1659 ret = copy_from_user(&reg, ubuf, sizeof(reg)); in compat_gpr_set()
1665 ubuf += sizeof(reg); in compat_gpr_set()
1721 const void *kbuf, const void __user *ubuf) in compat_vfp_set() argument
1733 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, uregs, 0, in compat_vfp_set()
1737 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &fpscr, in compat_vfp_set()
1759 const void __user *ubuf) in compat_tls_set() argument
1764 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &tls, 0, -1); in compat_tls_set()