Lines Matching refs:count

50 			 unsigned int pos, unsigned int count,  in genregs32_get()  argument
63 count /= sizeof(reg); in genregs32_get()
66 for (; count > 0 && pos < 16; count--) in genregs32_get()
71 for (; count > 0 && pos < 32; count--) { in genregs32_get()
76 for (; count > 0 && pos < 16; count--) { in genregs32_get()
83 for (; count > 0 && pos < 32; count--) { in genregs32_get()
89 while (count > 0) { in genregs32_get()
116 count--; in genregs32_get()
120 count *= sizeof(reg); in genregs32_get()
122 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs32_get()
128 unsigned int pos, unsigned int count, in genregs32_set() argument
141 count /= sizeof(reg); in genregs32_set()
144 for (; count > 0 && pos < 16; count--) in genregs32_set()
149 for (; count > 0 && pos < 32; count--) { in genregs32_set()
154 for (; count > 0 && pos < 16; count--) { in genregs32_set()
162 for (; count > 0 && pos < 32; count--) { in genregs32_set()
168 while (count > 0) { in genregs32_set()
200 count--; in genregs32_set()
204 count *= sizeof(reg); in genregs32_set()
206 return user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in genregs32_set()
212 unsigned int pos, unsigned int count, in fpregs32_get() argument
223 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
228 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
232 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
241 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
248 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
256 unsigned int pos, unsigned int count, in fpregs32_set() argument
266 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpregs32_set()
270 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in fpregs32_set()
273 if (!ret && count > 0) { in fpregs32_set()
274 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpregs32_set()
281 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in fpregs32_set()