Lines Matching refs:end_pos
223 const int start_pos, const int end_pos) in user_regset_copyout() argument
228 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyout()
229 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyout()
230 : min(*count, end_pos - *pos)); in user_regset_copyout()
248 const int start_pos, const int end_pos) in user_regset_copyin() argument
253 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyin()
254 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyin()
255 : min(*count, end_pos - *pos)); in user_regset_copyin()
278 const int end_pos) in user_regset_copyout_zero() argument
283 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyout_zero()
284 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyout_zero()
285 : min(*count, end_pos - *pos)); in user_regset_copyout_zero()
304 const int end_pos) in user_regset_copyin_ignore() argument
309 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyin_ignore()
310 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyin_ignore()
311 : min(*count, end_pos - *pos)); in user_regset_copyin_ignore()