Lines Matching refs:pos
138 unsigned int pos, unsigned int count, in genregs_get() argument
144 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in genregs_get()
149 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in genregs_get()
154 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get()
162 unsigned int pos, unsigned int count, in genregs_set() argument
168 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in genregs_set()
172 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in genregs_set()
177 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in genregs_set()
186 unsigned int pos, unsigned int count, in fpregs_get() argument
196 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpregs_get()
199 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpregs_get()
205 unsigned int pos, unsigned int count, in fpregs_set() argument
217 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpregs_set()
220 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpregs_set()
234 unsigned int pos, unsigned int count, in dspregs_get() argument
241 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, regs, in dspregs_get()
244 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in dspregs_get()
252 unsigned int pos, unsigned int count, in dspregs_set() argument
259 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, regs, in dspregs_set()
262 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in dspregs_set()