Lines Matching refs:count
51 unsigned int pos, unsigned int count, in genregs32_get() argument
64 count /= sizeof(reg); in genregs32_get()
67 for (; count > 0 && pos < 16; count--) in genregs32_get()
72 for (; count > 0 && pos < 32; count--) { in genregs32_get()
77 for (; count > 0 && pos < 16; count--) { in genregs32_get()
84 for (; count > 0 && pos < 32; count--) { in genregs32_get()
90 while (count > 0) { in genregs32_get()
117 count--; in genregs32_get()
121 count *= sizeof(reg); in genregs32_get()
123 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs32_get()
129 unsigned int pos, unsigned int count, in genregs32_set() argument
142 count /= sizeof(reg); in genregs32_set()
145 for (; count > 0 && pos < 16; count--) in genregs32_set()
150 for (; count > 0 && pos < 32; count--) { in genregs32_set()
155 for (; count > 0 && pos < 16; count--) { in genregs32_set()
163 for (; count > 0 && pos < 32; count--) { in genregs32_set()
169 while (count > 0) { in genregs32_set()
201 count--; in genregs32_set()
205 count *= sizeof(reg); in genregs32_set()
207 return user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in genregs32_set()
213 unsigned int pos, unsigned int count, in fpregs32_get() argument
224 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
229 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
233 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
242 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
249 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
257 unsigned int pos, unsigned int count, in fpregs32_set() argument
267 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpregs32_set()
271 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in fpregs32_set()
274 if (!ret && count > 0) { in fpregs32_set()
275 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpregs32_set()
282 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in fpregs32_set()