Lines Matching refs:kbuf
61 void *kbuf, void __user *ubuf);
82 const void *kbuf, const void __user *ubuf);
221 void **kbuf, in user_regset_copyout() argument
232 if (*kbuf) { in user_regset_copyout()
233 memcpy(*kbuf, data, copy); in user_regset_copyout()
234 *kbuf += copy; in user_regset_copyout()
246 const void **kbuf, in user_regset_copyin() argument
257 if (*kbuf) { in user_regset_copyin()
258 memcpy(data, *kbuf, copy); in user_regset_copyin()
259 *kbuf += copy; in user_regset_copyin()
276 void **kbuf, void __user **ubuf, in user_regset_copyout_zero() argument
286 if (*kbuf) { in user_regset_copyout_zero()
287 memset(*kbuf, 0, copy); in user_regset_copyout_zero()
288 *kbuf += copy; in user_regset_copyout_zero()
301 const void **kbuf, in user_regset_copyin_ignore() argument
312 if (*kbuf) in user_regset_copyin_ignore()
313 *kbuf += copy; in user_regset_copyin_ignore()