• Home
  • Raw
  • Download

Lines Matching refs:kbuf

895 			 void *kbuf, void __user *ubuf)  in s390_regs_get()  argument
900 if (kbuf) { in s390_regs_get()
901 unsigned long *k = kbuf; in s390_regs_get()
922 const void *kbuf, const void __user *ubuf) in s390_regs_set() argument
929 if (kbuf) { in s390_regs_set()
930 const unsigned long *k = kbuf; in s390_regs_set()
957 unsigned int count, void *kbuf, void __user *ubuf) in s390_fpregs_get() argument
967 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in s390_fpregs_get()
973 unsigned int count, const void *kbuf, in s390_fpregs_set() argument
990 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ufpc, in s390_fpregs_set()
1000 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_fpregs_set()
1016 void *kbuf, void __user *ubuf) in s390_last_break_get() argument
1019 if (kbuf) { in s390_last_break_get()
1020 unsigned long *k = kbuf; in s390_last_break_get()
1034 const void *kbuf, const void __user *ubuf) in s390_last_break_set() argument
1042 void *kbuf, void __user *ubuf) in s390_tdb_get() argument
1050 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, data, 0, 256); in s390_tdb_get()
1056 const void *kbuf, const void __user *ubuf) in s390_tdb_set() argument
1064 void *kbuf, void __user *ubuf) in s390_vxrs_low_get() argument
1075 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, vxrs, 0, -1); in s390_vxrs_low_get()
1081 const void *kbuf, const void __user *ubuf) in s390_vxrs_low_set() argument
1094 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, vxrs, 0, -1); in s390_vxrs_low_set()
1105 void *kbuf, void __user *ubuf) in s390_vxrs_high_get() argument
1115 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, vxrs, 0, -1); in s390_vxrs_high_get()
1121 const void *kbuf, const void __user *ubuf) in s390_vxrs_high_set() argument
1130 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_vxrs_high_set()
1138 void *kbuf, void __user *ubuf) in s390_system_call_get() argument
1141 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in s390_system_call_get()
1148 const void *kbuf, const void __user *ubuf) in s390_system_call_set() argument
1151 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_system_call_set()
1158 void *kbuf, void __user *ubuf) in s390_gs_cb_get() argument
1168 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in s390_gs_cb_get()
1175 const void *kbuf, const void __user *ubuf) in s390_gs_cb_set() argument
1193 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_gs_cb_set()
1214 void *kbuf, void __user *ubuf) in s390_gs_bc_get() argument
1222 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in s390_gs_bc_get()
1229 const void *kbuf, const void __user *ubuf) in s390_gs_bc_set() argument
1241 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_gs_bc_set()
1275 void *kbuf, void __user *ubuf) in s390_runtime_instr_get() argument
1284 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in s390_runtime_instr_get()
1291 const void *kbuf, const void __user *ubuf) in s390_runtime_instr_set() argument
1312 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_runtime_instr_set()
1429 void *kbuf, void __user *ubuf) in s390_compat_regs_get() argument
1434 if (kbuf) { in s390_compat_regs_get()
1435 compat_ulong_t *k = kbuf; in s390_compat_regs_get()
1456 const void *kbuf, const void __user *ubuf) in s390_compat_regs_set() argument
1463 if (kbuf) { in s390_compat_regs_set()
1464 const compat_ulong_t *k = kbuf; in s390_compat_regs_set()
1492 void *kbuf, void __user *ubuf) in s390_compat_regs_high_get() argument
1498 if (kbuf) { in s390_compat_regs_high_get()
1499 compat_ulong_t *k = kbuf; in s390_compat_regs_high_get()
1520 const void *kbuf, const void __user *ubuf) in s390_compat_regs_high_set() argument
1527 if (kbuf) { in s390_compat_regs_high_set()
1528 const compat_ulong_t *k = kbuf; in s390_compat_regs_high_set()
1553 void *kbuf, void __user *ubuf) in s390_compat_last_break_get() argument
1559 if (kbuf) { in s390_compat_last_break_get()
1560 unsigned long *k = kbuf; in s390_compat_last_break_get()
1574 const void *kbuf, const void __user *ubuf) in s390_compat_last_break_set() argument