Lines Matching refs:end_pos
257 const int start_pos, const int end_pos) in user_regset_copyout() argument
262 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyout()
263 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyout()
264 : min(*count, end_pos - *pos)); in user_regset_copyout()
282 const int start_pos, const int end_pos) in user_regset_copyin() argument
287 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyin()
288 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyin()
289 : min(*count, end_pos - *pos)); in user_regset_copyin()
312 const int end_pos) in user_regset_copyout_zero() argument
317 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyout_zero()
318 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyout_zero()
319 : min(*count, end_pos - *pos)); in user_regset_copyout_zero()
338 const int end_pos) in user_regset_copyin_ignore() argument
343 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyin_ignore()
344 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyin_ignore()
345 : min(*count, end_pos - *pos)); in user_regset_copyin_ignore()