Lines Matching refs:kbuf
891 void *kbuf, void __user *ubuf) in s390_regs_get() argument
896 if (kbuf) { in s390_regs_get()
897 unsigned long *k = kbuf; in s390_regs_get()
918 const void *kbuf, const void __user *ubuf) in s390_regs_set() argument
925 if (kbuf) { in s390_regs_set()
926 const unsigned long *k = kbuf; in s390_regs_set()
953 unsigned int count, void *kbuf, void __user *ubuf) in s390_fpregs_get() argument
965 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in s390_fpregs_get()
971 unsigned int count, const void *kbuf, in s390_fpregs_set() argument
984 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ufpc, in s390_fpregs_set()
994 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_fpregs_set()
1017 void *kbuf, void __user *ubuf) in s390_last_break_get() argument
1020 if (kbuf) { in s390_last_break_get()
1021 unsigned long *k = kbuf; in s390_last_break_get()
1035 const void *kbuf, const void __user *ubuf) in s390_last_break_set() argument
1043 void *kbuf, void __user *ubuf) in s390_tdb_get() argument
1051 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, data, 0, 256); in s390_tdb_get()
1057 const void *kbuf, const void __user *ubuf) in s390_tdb_set() argument
1065 void *kbuf, void __user *ubuf) in s390_vxrs_low_get() argument
1079 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, vxrs, 0, -1); in s390_vxrs_low_get()
1085 const void *kbuf, const void __user *ubuf) in s390_vxrs_low_set() argument
1099 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, vxrs, 0, -1); in s390_vxrs_low_set()
1113 void *kbuf, void __user *ubuf) in s390_vxrs_high_get() argument
1126 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, vxrs, 0, -1); in s390_vxrs_high_get()
1132 const void *kbuf, const void __user *ubuf) in s390_vxrs_high_set() argument
1145 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_vxrs_high_set()
1156 void *kbuf, void __user *ubuf) in s390_system_call_get() argument
1159 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in s390_system_call_get()
1166 const void *kbuf, const void __user *ubuf) in s390_system_call_set() argument
1169 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_system_call_set()
1243 void *kbuf, void __user *ubuf) in s390_compat_regs_get() argument
1248 if (kbuf) { in s390_compat_regs_get()
1249 compat_ulong_t *k = kbuf; in s390_compat_regs_get()
1270 const void *kbuf, const void __user *ubuf) in s390_compat_regs_set() argument
1277 if (kbuf) { in s390_compat_regs_set()
1278 const compat_ulong_t *k = kbuf; in s390_compat_regs_set()
1306 void *kbuf, void __user *ubuf) in s390_compat_regs_high_get() argument
1312 if (kbuf) { in s390_compat_regs_high_get()
1313 compat_ulong_t *k = kbuf; in s390_compat_regs_high_get()
1334 const void *kbuf, const void __user *ubuf) in s390_compat_regs_high_set() argument
1341 if (kbuf) { in s390_compat_regs_high_set()
1342 const compat_ulong_t *k = kbuf; in s390_compat_regs_high_set()
1367 void *kbuf, void __user *ubuf) in s390_compat_last_break_get() argument
1373 if (kbuf) { in s390_compat_last_break_get()
1374 unsigned long *k = kbuf; in s390_compat_last_break_get()
1388 const void *kbuf, const void __user *ubuf) in s390_compat_last_break_set() argument