Lines Matching refs:kbuf

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()
902 ret = __fpr_set(target, regset, pos, count, kbuf, ubuf, in sve_set_common()
945 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in sve_set_common()
953 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, start, end); in sve_set_common()
961 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in sve_set_common()
973 const void *kbuf, const void __user *ubuf) in sve_set() argument
978 return sve_set_common(target, regset, pos, count, kbuf, ubuf, in sve_set()
999 const void *kbuf, const void __user *ubuf) in ssve_set() argument
1004 return sve_set_common(target, regset, pos, count, kbuf, ubuf, in ssve_set()
1060 const void *kbuf, const void __user *ubuf) in za_set() argument
1073 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &header, in za_set()
1126 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in za_set()
1164 const void *kbuf, const void __user *ubuf) in zt_set() argument
1177 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in zt_set()
1225 const void *kbuf, const void __user *ubuf) in pac_enabled_keys_set() argument
1233 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &enabled_keys, 0, in pac_enabled_keys_set()
1294 const void *kbuf, const void __user *ubuf) in pac_address_keys_set() argument
1304 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pac_address_keys_set()
1343 const void *kbuf, const void __user *ubuf) in pac_generic_keys_set() argument
1353 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pac_generic_keys_set()
1379 unsigned int count, const void *kbuf, const in tagged_addr_ctrl_set() argument
1385 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ctrl, 0, -1); in tagged_addr_ctrl_set()
1614 const void *kbuf, const void __user *ubuf) in compat_gpr_set() argument
1635 if (kbuf) { in compat_gpr_set()
1636 memcpy(&reg, kbuf, sizeof(reg)); in compat_gpr_set()
1637 kbuf += sizeof(reg); in compat_gpr_set()
1701 const void *kbuf, const void __user *ubuf) in compat_vfp_set() argument
1713 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, uregs, 0, in compat_vfp_set()
1717 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &fpscr, in compat_vfp_set()
1738 unsigned int count, const void *kbuf, in compat_tls_set() argument
1744 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &tls, 0, -1); in compat_tls_set()