• Home
  • Raw
  • Download

Lines Matching refs:kbuf

477 			void *kbuf, void __user *ubuf)  in hw_break_get()  argument
489 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &info, 0, in hw_break_get()
496 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, offset, in hw_break_get()
508 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &addr, in hw_break_get()
517 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &ctrl, in hw_break_get()
523 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in hw_break_get()
538 const void *kbuf, const void __user *ubuf) in hw_break_set() argument
547 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, 0, offset); in hw_break_set()
556 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &addr, in hw_break_set()
567 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ctrl, in hw_break_set()
576 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in hw_break_set()
592 void *kbuf, void __user *ubuf) in gpr_get() argument
595 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, uregs, 0, -1); in gpr_get()
600 const void *kbuf, const void __user *ubuf) in gpr_set() argument
605 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &newregs, 0, -1); in gpr_set()
621 void *kbuf, void __user *ubuf) in fpr_get() argument
625 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, uregs, 0, -1); in fpr_get()
630 const void *kbuf, const void __user *ubuf) in fpr_set() argument
636 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &newstate, 0, -1); in fpr_set()
647 void *kbuf, void __user *ubuf) in tls_get() argument
650 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, tls, 0, -1); in tls_get()
655 const void *kbuf, const void __user *ubuf) in tls_set() argument
660 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &tls, 0, -1); in tls_set()
671 void *kbuf, void __user *ubuf) in system_call_get() argument
675 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in system_call_get()
682 const void *kbuf, const void __user *ubuf) in system_call_set() argument
687 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &syscallno, 0, -1); in system_call_set()
779 void *kbuf, void __user *ubuf) in compat_gpr_get() argument
811 if (kbuf) { in compat_gpr_get()
812 memcpy(kbuf, &reg, sizeof(reg)); in compat_gpr_get()
813 kbuf += sizeof(reg); in compat_gpr_get()
831 const void *kbuf, const void __user *ubuf) in compat_gpr_set() argument
852 if (kbuf) { in compat_gpr_set()
853 memcpy(&reg, kbuf, sizeof(reg)); in compat_gpr_set()
854 kbuf += sizeof(reg); in compat_gpr_set()
892 void *kbuf, void __user *ubuf) in compat_vfp_get() argument
904 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, uregs, 0, in compat_vfp_get()
919 const void *kbuf, const void __user *ubuf) in compat_vfp_set() argument
930 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, uregs, 0, in compat_vfp_set()
945 unsigned int count, void *kbuf, void __user *ubuf) in compat_tls_get() argument
948 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, &tls, 0, -1); in compat_tls_get()
953 unsigned int count, const void *kbuf, in compat_tls_set() argument
959 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &tls, 0, -1); in compat_tls_set()