Lines Matching refs:ubuf

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
707 ret = copy_to_user(ubuf, &reg, sizeof(reg)); in compat_gpr_get()
713 ubuf += sizeof(reg); in compat_gpr_get()
723 const void *kbuf, const void __user *ubuf) in compat_gpr_set() argument
748 ret = copy_from_user(&reg, ubuf, sizeof(reg)); in compat_gpr_set()
754 ubuf += 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()
802 ret = put_user(fpscr, (compat_ulong_t *)ubuf); 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()
826 ret = get_user(fpscr, (compat_ulong_t *)ubuf); 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()
846 const void __user *ubuf) in compat_tls_set() argument
851 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &tls, 0, -1); in compat_tls_set()