Lines Matching refs:kbuf

375 			void *kbuf, void __user *ubuf)  in hw_break_get()  argument
387 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &info, 0, in hw_break_get()
394 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, offset, in hw_break_get()
406 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &addr, in hw_break_get()
415 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &ctrl, in hw_break_get()
421 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in hw_break_get()
436 const void *kbuf, const void __user *ubuf) in hw_break_set() argument
445 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, 0, offset); in hw_break_set()
452 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &addr, in hw_break_set()
461 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ctrl, in hw_break_set()
470 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in hw_break_set()
486 void *kbuf, void __user *ubuf) in gpr_get() argument
489 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, uregs, 0, -1); in gpr_get()
494 const void *kbuf, const void __user *ubuf) in gpr_set() argument
499 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &newregs, 0, -1); in gpr_set()
515 void *kbuf, void __user *ubuf) in fpr_get() argument
519 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, uregs, 0, -1); in fpr_get()
524 const void *kbuf, const void __user *ubuf) in fpr_set() argument
529 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &newstate, 0, -1); in fpr_set()
540 void *kbuf, void __user *ubuf) in tls_get() argument
543 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, tls, 0, -1); in tls_get()
548 const void *kbuf, const void __user *ubuf) in tls_set() argument
553 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &tls, 0, -1); in tls_set()
564 void *kbuf, void __user *ubuf) in system_call_get() argument
568 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in system_call_get()
575 const void *kbuf, const void __user *ubuf) in system_call_set() argument
579 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &syscallno, 0, -1); in system_call_set()
671 void *kbuf, void __user *ubuf) in compat_gpr_get() argument
703 if (kbuf) { in compat_gpr_get()
704 memcpy(kbuf, &reg, sizeof(reg)); in compat_gpr_get()
705 kbuf += sizeof(reg); in compat_gpr_get()
723 const void *kbuf, const void __user *ubuf) in compat_gpr_set() argument
744 if (kbuf) { in compat_gpr_set()
745 memcpy(&reg, kbuf, sizeof(reg)); in compat_gpr_set()
746 kbuf += sizeof(reg); in compat_gpr_set()
784 void *kbuf, void __user *ubuf) in compat_vfp_get() argument
796 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, uregs, 0, in compat_vfp_get()
811 const void *kbuf, const void __user *ubuf) in compat_vfp_set() argument
822 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, uregs, 0, in compat_vfp_set()
837 unsigned int count, void *kbuf, void __user *ubuf) in compat_tls_get() argument
840 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, &tls, 0, -1); in compat_tls_get()
845 unsigned int count, const void *kbuf, in compat_tls_set() argument
851 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &tls, 0, -1); in compat_tls_set()