Lines Matching refs:kbuf
58 void *kbuf, void __user *ubuf);
79 const void *kbuf, const void __user *ubuf);
255 void **kbuf, in user_regset_copyout() argument
266 if (*kbuf) { in user_regset_copyout()
267 memcpy(*kbuf, data, copy); in user_regset_copyout()
268 *kbuf += copy; in user_regset_copyout()
280 const void **kbuf, in user_regset_copyin() argument
291 if (*kbuf) { in user_regset_copyin()
292 memcpy(data, *kbuf, copy); in user_regset_copyin()
293 *kbuf += copy; in user_regset_copyin()
310 void **kbuf, void __user **ubuf, in user_regset_copyout_zero() argument
320 if (*kbuf) { in user_regset_copyout_zero()
321 memset(*kbuf, 0, copy); in user_regset_copyout_zero()
322 *kbuf += copy; in user_regset_copyout_zero()
335 const void **kbuf, in user_regset_copyin_ignore() argument
346 if (*kbuf) in user_regset_copyin_ignore()
347 *kbuf += copy; in user_regset_copyin_ignore()