Lines Matching refs:copy
262 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyin() local
266 memcpy(data, *kbuf, copy); in user_regset_copyin()
267 *kbuf += copy; in user_regset_copyin()
268 } else if (__copy_from_user(data, *ubuf, copy)) in user_regset_copyin()
271 *ubuf += copy; in user_regset_copyin()
272 *pos += copy; in user_regset_copyin()
273 *count -= copy; in user_regset_copyin()
289 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyin_ignore() local
292 *kbuf += copy; in user_regset_copyin_ignore()
294 *ubuf += copy; in user_regset_copyin_ignore()
295 *pos += copy; in user_regset_copyin_ignore()
296 *count -= copy; in user_regset_copyin_ignore()