Lines Matching refs:end_pos
260 const int start_pos, const int end_pos) in user_regset_copyout() argument
265 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyout()
266 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyout()
267 : min(*count, end_pos - *pos)); in user_regset_copyout()
285 const int start_pos, const int end_pos) in user_regset_copyin() argument
290 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyin()
291 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyin()
292 : min(*count, end_pos - *pos)); in user_regset_copyin()
315 const int end_pos) in user_regset_copyout_zero() argument
320 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyout_zero()
321 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyout_zero()
322 : min(*count, end_pos - *pos)); in user_regset_copyout_zero()
341 const int end_pos) in user_regset_copyin_ignore() argument
346 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyin_ignore()
347 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyin_ignore()
348 : min(*count, end_pos - *pos)); in user_regset_copyin_ignore()