• Home
  • Raw
  • Download

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
974 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ufpc, in s390_fpregs_set()
984 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_fpregs_set()
1000 void *kbuf, void __user *ubuf) in s390_last_break_get() argument
1003 if (kbuf) { in s390_last_break_get()
1004 unsigned long *k = kbuf; in s390_last_break_get()
1018 const void *kbuf, const void __user *ubuf) in s390_last_break_set() argument
1026 void *kbuf, void __user *ubuf) in s390_tdb_get() argument
1034 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, data, 0, 256); in s390_tdb_get()
1040 const void *kbuf, const void __user *ubuf) in s390_tdb_set() argument
1048 void *kbuf, void __user *ubuf) in s390_vxrs_low_get() argument
1059 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, vxrs, 0, -1); in s390_vxrs_low_get()
1065 const void *kbuf, const void __user *ubuf) in s390_vxrs_low_set() argument
1078 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, vxrs, 0, -1); in s390_vxrs_low_set()
1089 void *kbuf, void __user *ubuf) in s390_vxrs_high_get() argument
1099 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, vxrs, 0, -1); in s390_vxrs_high_get()
1105 const void *kbuf, const void __user *ubuf) in s390_vxrs_high_set() argument
1114 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_vxrs_high_set()
1122 void *kbuf, void __user *ubuf) in s390_system_call_get() argument
1125 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in s390_system_call_get()
1132 const void *kbuf, const void __user *ubuf) in s390_system_call_set() argument
1135 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_system_call_set()
1209 void *kbuf, void __user *ubuf) in s390_compat_regs_get() argument
1214 if (kbuf) { in s390_compat_regs_get()
1215 compat_ulong_t *k = kbuf; in s390_compat_regs_get()
1236 const void *kbuf, const void __user *ubuf) in s390_compat_regs_set() argument
1243 if (kbuf) { in s390_compat_regs_set()
1244 const compat_ulong_t *k = kbuf; in s390_compat_regs_set()
1272 void *kbuf, void __user *ubuf) in s390_compat_regs_high_get() argument
1278 if (kbuf) { in s390_compat_regs_high_get()
1279 compat_ulong_t *k = kbuf; in s390_compat_regs_high_get()
1300 const void *kbuf, const void __user *ubuf) in s390_compat_regs_high_set() argument
1307 if (kbuf) { in s390_compat_regs_high_set()
1308 const compat_ulong_t *k = kbuf; in s390_compat_regs_high_set()
1333 void *kbuf, void __user *ubuf) in s390_compat_last_break_get() argument
1339 if (kbuf) { in s390_compat_last_break_get()
1340 unsigned long *k = kbuf; in s390_compat_last_break_get()
1354 const void *kbuf, const void __user *ubuf) in s390_compat_last_break_set() argument