Lines Matching refs:ubuf
510 const void *kbuf, const void __user *ubuf) in hw_break_set() argument
519 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 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in hw_break_set()
566 const void *kbuf, const void __user *ubuf) in gpr_set() argument
571 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &newregs, 0, -1); in gpr_set()
620 const void *kbuf, const void __user *ubuf, in __fpr_set() argument
634 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &newstate, in __fpr_set()
646 const void *kbuf, const void __user *ubuf) in fpr_set() argument
653 ret = __fpr_set(target, regset, pos, count, kbuf, ubuf, 0); in fpr_set()
682 const void *kbuf, const void __user *ubuf) in tls_set() argument
691 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, tls, 0, count); in tls_set()
712 const void *kbuf, const void __user *ubuf) in system_call_set() argument
717 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &syscallno, 0, -1); in system_call_set()
845 const void *kbuf, const void __user *ubuf, in sve_set_common() argument
856 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &header, in sve_set_common()
909 ret = __fpr_set(target, regset, pos, count, kbuf, ubuf, in sve_set_common()
954 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in sve_set_common()
962 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, start, end); in sve_set_common()
970 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in sve_set_common()
982 const void *kbuf, const void __user *ubuf) in sve_set() argument
987 return sve_set_common(target, regset, pos, count, kbuf, ubuf, in sve_set()
1008 const void *kbuf, const void __user *ubuf) in ssve_set() argument
1013 return sve_set_common(target, regset, pos, count, kbuf, ubuf, in ssve_set()
1069 const void *kbuf, const void __user *ubuf) in za_set() argument
1082 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &header, in za_set()
1136 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in za_set()
1174 const void *kbuf, const void __user *ubuf) in zt_set() argument
1192 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in zt_set()
1244 const void *kbuf, const void __user *ubuf) in pac_enabled_keys_set() argument
1252 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &enabled_keys, 0, in pac_enabled_keys_set()
1313 const void *kbuf, const void __user *ubuf) in pac_address_keys_set() argument
1323 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pac_address_keys_set()
1362 const void *kbuf, const void __user *ubuf) in pac_generic_keys_set() argument
1372 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pac_generic_keys_set()
1399 void __user *ubuf) in tagged_addr_ctrl_set() argument
1404 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(®, 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()