Lines Matching refs:kbuf

509 			const void *kbuf, const void __user *ubuf)  in hw_break_set()  argument
518 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, 0, offset); in hw_break_set()
525 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &addr, in hw_break_set()
536 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ctrl, in hw_break_set()
545 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in hw_break_set()
565 const void *kbuf, const void __user *ubuf) in gpr_set() argument
570 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &newregs, 0, -1); in gpr_set()
619 const void *kbuf, const void __user *ubuf, in __fpr_set() argument
633 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &newstate, in __fpr_set()
645 const void *kbuf, const void __user *ubuf) in fpr_set() argument
652 ret = __fpr_set(target, regset, pos, count, kbuf, ubuf, 0); in fpr_set()
681 const void *kbuf, const void __user *ubuf) in tls_set() argument
690 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, tls, 0, count); in tls_set()
715 const void *kbuf, const void __user *ubuf) in fpmr_set() argument
725 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &fpmr, 0, count); in fpmr_set()
746 const void *kbuf, const void __user *ubuf) in system_call_set() argument
751 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &syscallno, 0, -1); in system_call_set()
886 const void *kbuf, const void __user *ubuf, in sve_set_common() argument
900 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &header, in sve_set_common()
971 ret = __fpr_set(target, regset, pos, count, kbuf, ubuf, in sve_set_common()
991 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in sve_set_common()
999 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, start, end); in sve_set_common()
1007 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in sve_set_common()
1017 const void *kbuf, const void __user *ubuf) in sve_set() argument
1022 return sve_set_common(target, regset, pos, count, kbuf, ubuf, in sve_set()
1043 const void *kbuf, const void __user *ubuf) in ssve_set() argument
1048 return sve_set_common(target, regset, pos, count, kbuf, ubuf, in ssve_set()
1104 const void *kbuf, const void __user *ubuf) in za_set() argument
1117 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &header, in za_set()
1175 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in za_set()
1213 const void *kbuf, const void __user *ubuf) in zt_set() argument
1231 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in zt_set()
1283 const void *kbuf, const void __user *ubuf) in pac_enabled_keys_set() argument
1291 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &enabled_keys, 0, in pac_enabled_keys_set()
1352 const void *kbuf, const void __user *ubuf) in pac_address_keys_set() argument
1362 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pac_address_keys_set()
1401 const void *kbuf, const void __user *ubuf) in pac_generic_keys_set() argument
1411 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in pac_generic_keys_set()
1437 unsigned int count, const void *kbuf, const in tagged_addr_ctrl_set() argument
1447 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ctrl, 0, -1); in tagged_addr_ctrl_set()
1469 unsigned int count, const void *kbuf, const in poe_set() argument
1480 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ctrl, 0, -1); in poe_set()
1526 unsigned int count, const void *kbuf, const in gcs_set() argument
1537 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &user_gcs, 0, -1); in gcs_set()
1806 const void *kbuf, const void __user *ubuf) in compat_gpr_set() argument
1827 if (kbuf) { in compat_gpr_set()
1828 memcpy(&reg, kbuf, sizeof(reg)); in compat_gpr_set()
1829 kbuf += sizeof(reg); in compat_gpr_set()
1893 const void *kbuf, const void __user *ubuf) in compat_vfp_set() argument
1905 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, uregs, 0, in compat_vfp_set()
1909 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &fpscr, in compat_vfp_set()
1930 unsigned int count, const void *kbuf, in compat_tls_set() argument
1936 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &tls, 0, -1); in compat_tls_set()