Lines Matching refs:ubuf

509 			const void *kbuf, const void __user *ubuf)  in hw_break_set()  argument
518 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, 0, offset); in hw_break_set()
527 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &addr, in hw_break_set()
538 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ctrl, in hw_break_set()
547 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in hw_break_set()
570 const void *kbuf, const void __user *ubuf) in gpr_set() argument
575 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &newregs, 0, -1); in gpr_set()
624 const void *kbuf, const void __user *ubuf, in __fpr_set() argument
638 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &newstate, in __fpr_set()
650 const void *kbuf, const void __user *ubuf) in fpr_set() argument
657 ret = __fpr_set(target, regset, pos, count, kbuf, ubuf, 0); in fpr_set()
678 const void *kbuf, const void __user *ubuf) in tls_set() argument
683 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &tls, 0, -1); in tls_set()
701 const void *kbuf, const void __user *ubuf) in system_call_set() argument
706 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &syscallno, 0, -1); in system_call_set()
795 const void *kbuf, const void __user *ubuf) in sve_set() argument
808 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &header, in sve_set()
829 ret = __fpr_set(target, regset, pos, count, kbuf, ubuf, in sve_set()
865 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in sve_set()
873 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in sve_set()
884 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in sve_set()
932 const void *kbuf, const void __user *ubuf) in pac_enabled_keys_set() argument
940 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &enabled_keys, 0, in pac_enabled_keys_set()
1001 const void *kbuf, const void __user *ubuf) in pac_address_keys_set() argument
1011 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pac_address_keys_set()
1050 const void *kbuf, const void __user *ubuf) in pac_generic_keys_set() argument
1060 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pac_generic_keys_set()
1087 void __user *ubuf) in tagged_addr_ctrl_set() argument
1092 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ctrl, 0, -1); in tagged_addr_ctrl_set()
1281 const void *kbuf, const void __user *ubuf) in compat_gpr_set() argument
1306 ret = copy_from_user(&reg, ubuf, sizeof(reg)); in compat_gpr_set()
1312 ubuf += sizeof(reg); in compat_gpr_set()
1368 const void *kbuf, const void __user *ubuf) in compat_vfp_set() argument
1380 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, uregs, 0, in compat_vfp_set()
1384 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &fpscr, in compat_vfp_set()
1406 const void __user *ubuf) in compat_tls_set() argument
1411 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &tls, 0, -1); in compat_tls_set()