Lines Matching refs:pos
140 unsigned int pos, unsigned int count, in genregs_get() argument
146 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in genregs_get()
151 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in genregs_get()
156 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get()
164 unsigned int pos, unsigned int count, in genregs_set() argument
170 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in genregs_set()
174 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in genregs_set()
179 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in genregs_set()
188 unsigned int pos, unsigned int count, in fpregs_get() argument
198 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpregs_get()
201 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpregs_get()
207 unsigned int pos, unsigned int count, in fpregs_set() argument
219 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpregs_set()
222 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpregs_set()
236 unsigned int pos, unsigned int count, in dspregs_get() argument
243 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, regs, in dspregs_get()
246 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in dspregs_get()
254 unsigned int pos, unsigned int count, in dspregs_set() argument
261 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, regs, in dspregs_set()
264 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in dspregs_set()