Lines Matching refs:kbuf
879 void *kbuf, void __user *ubuf) in s390_regs_get() argument
884 if (kbuf) { in s390_regs_get()
885 unsigned long *k = kbuf; in s390_regs_get()
906 const void *kbuf, const void __user *ubuf) in s390_regs_set() argument
913 if (kbuf) { in s390_regs_set()
914 const unsigned long *k = kbuf; in s390_regs_set()
941 unsigned int count, void *kbuf, void __user *ubuf) in s390_fpregs_get() argument
951 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in s390_fpregs_get()
957 unsigned int count, const void *kbuf, in s390_fpregs_set() argument
969 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ufpc, in s390_fpregs_set()
979 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_fpregs_set()
995 void *kbuf, void __user *ubuf) in s390_last_break_get() argument
998 if (kbuf) { in s390_last_break_get()
999 unsigned long *k = kbuf; in s390_last_break_get()
1013 const void *kbuf, const void __user *ubuf) in s390_last_break_set() argument
1021 void *kbuf, void __user *ubuf) in s390_tdb_get() argument
1029 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, data, 0, 256); in s390_tdb_get()
1035 const void *kbuf, const void __user *ubuf) in s390_tdb_set() argument
1043 void *kbuf, void __user *ubuf) in s390_vxrs_low_get() argument
1054 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, vxrs, 0, -1); in s390_vxrs_low_get()
1060 const void *kbuf, const void __user *ubuf) in s390_vxrs_low_set() argument
1070 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, vxrs, 0, -1); in s390_vxrs_low_set()
1081 void *kbuf, void __user *ubuf) in s390_vxrs_high_get() argument
1091 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, vxrs, 0, -1); in s390_vxrs_high_get()
1097 const void *kbuf, const void __user *ubuf) in s390_vxrs_high_set() argument
1106 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_vxrs_high_set()
1114 void *kbuf, void __user *ubuf) in s390_system_call_get() argument
1117 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in s390_system_call_get()
1124 const void *kbuf, const void __user *ubuf) in s390_system_call_set() argument
1127 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_system_call_set()
1201 void *kbuf, void __user *ubuf) in s390_compat_regs_get() argument
1206 if (kbuf) { in s390_compat_regs_get()
1207 compat_ulong_t *k = kbuf; in s390_compat_regs_get()
1228 const void *kbuf, const void __user *ubuf) in s390_compat_regs_set() argument
1235 if (kbuf) { in s390_compat_regs_set()
1236 const compat_ulong_t *k = kbuf; in s390_compat_regs_set()
1264 void *kbuf, void __user *ubuf) in s390_compat_regs_high_get() argument
1270 if (kbuf) { in s390_compat_regs_high_get()
1271 compat_ulong_t *k = kbuf; in s390_compat_regs_high_get()
1292 const void *kbuf, const void __user *ubuf) in s390_compat_regs_high_set() argument
1299 if (kbuf) { in s390_compat_regs_high_set()
1300 const compat_ulong_t *k = kbuf; in s390_compat_regs_high_set()
1325 void *kbuf, void __user *ubuf) in s390_compat_last_break_get() argument
1331 if (kbuf) { in s390_compat_last_break_get()
1332 unsigned long *k = kbuf; in s390_compat_last_break_get()
1346 const void *kbuf, const void __user *ubuf) in s390_compat_last_break_set() argument