Lines Matching refs:kbuf

93 		   const void *kbuf, const void __user *ubuf)  in gpr_set()  argument
101 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in gpr_set()
104 err |= user_regset_copyin(&pos, &count, &kbuf, &ubuf, in gpr_set()
107 err |= user_regset_copyin(&pos, &count, &kbuf, &ubuf, in gpr_set()
110 err |= user_regset_copyin(&pos, &count, &kbuf, &ubuf, in gpr_set()
166 const void **kbuf, const void __user **ubuf) in gfpr_set() argument
168 return user_regset_copyin(pos, count, kbuf, ubuf, in gfpr_set()
175 const void **kbuf, const void __user **ubuf) in gfpr_set_simd() argument
182 err = user_regset_copyin(pos, count, kbuf, ubuf, in gfpr_set_simd()
200 const void *kbuf, const void __user *ubuf) in fpr_set() argument
213 err = gfpr_set(target, &pos, &count, &kbuf, &ubuf); in fpr_set()
215 err = gfpr_set_simd(target, &pos, &count, &kbuf, &ubuf); in fpr_set()
219 err |= user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpr_set()
222 err |= user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpr_set()
251 const void *kbuf, const void __user *ubuf) in cfg_set() argument
311 const void *kbuf, const void __user *ubuf) in simd_set() argument
321 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in simd_set()
331 err |= user_regset_copyin(&pos, &count, &kbuf, &ubuf, in simd_set()
362 const void *kbuf, const void __user *ubuf) in lbt_set() argument
368 err |= user_regset_copyin(&pos, &count, &kbuf, &ubuf, in lbt_set()
371 err |= user_regset_copyin(&pos, &count, &kbuf, &ubuf, in lbt_set()
374 err |= user_regset_copyin(&pos, &count, &kbuf, &ubuf, in lbt_set()
715 const void *kbuf, const void __user *ubuf) in hw_break_set() argument
724 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, 0, offset); in hw_break_set()
732 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &addr, in hw_break_set()
745 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &mask, in hw_break_set()
755 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ctrl, in hw_break_set()
765 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in hw_break_set()