Lines Matching refs:count

209 			 unsigned int pos, unsigned int count,  in genregs64_get()  argument
218 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in genregs64_get()
221 if (!ret && count && pos < (32 * sizeof(u64))) { in genregs64_get()
226 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in genregs64_get()
234 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in genregs64_get()
243 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in genregs64_get()
250 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs64_get()
259 unsigned int pos, unsigned int count, in genregs64_set() argument
268 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in genregs64_set()
271 if (!ret && count && pos < (32 * sizeof(u64))) { in genregs64_set()
277 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in genregs64_set()
287 if (!ret && count > 0) { in genregs64_set()
291 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in genregs64_set()
307 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in genregs64_set()
316 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in genregs64_set()
325 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in genregs64_set()
333 unsigned int pos, unsigned int count, in fpregs64_get() argument
346 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpregs64_get()
350 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs64_get()
356 ret = user_regset_copyout(&pos, &count, in fpregs64_get()
362 ret = user_regset_copyout_zero(&pos, &count, in fpregs64_get()
376 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpregs64_get()
381 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpregs64_get()
386 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpregs64_get()
392 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs64_get()
400 unsigned int pos, unsigned int count, in fpregs64_set() argument
410 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpregs64_set()
414 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpregs64_set()
419 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpregs64_set()
425 if (!ret && count > 0) { in fpregs64_set()
426 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpregs64_set()
436 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in fpregs64_set()
477 unsigned int pos, unsigned int count, in genregs32_get() argument
490 count /= sizeof(reg); in genregs32_get()
493 for (; count > 0 && pos < 16; count--) in genregs32_get()
499 for (; count > 0 && pos < 32; count--) { in genregs32_get()
504 for (; count > 0 && pos < 32; count--) { in genregs32_get()
516 for (; count > 0 && pos < 16; count--) { in genregs32_get()
524 for (; count > 0 && pos < 32; count--) { in genregs32_get()
530 for (; count > 0 && pos < 32; count--) { in genregs32_get()
547 while (count > 0) { in genregs32_get()
574 count--; in genregs32_get()
578 count *= sizeof(reg); in genregs32_get()
580 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs32_get()
586 unsigned int pos, unsigned int count, in genregs32_set() argument
599 count /= sizeof(reg); in genregs32_set()
602 for (; count > 0 && pos < 16; count--) in genregs32_set()
608 for (; count > 0 && pos < 32; count--) { in genregs32_set()
613 for (; count > 0 && pos < 32; count--) { in genregs32_set()
626 for (; count > 0 && pos < 16; count--) { in genregs32_set()
635 for (; count > 0 && pos < 32; count--) { in genregs32_set()
641 for (; count > 0 && pos < 32; count--) { in genregs32_set()
659 while (count > 0) { in genregs32_set()
693 count--; in genregs32_set()
697 count *= sizeof(reg); in genregs32_set()
699 return user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in genregs32_set()
705 unsigned int pos, unsigned int count, in fpregs32_get() argument
726 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
731 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
735 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
744 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
751 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
759 unsigned int pos, unsigned int count, in fpregs32_set() argument
771 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpregs32_set()
775 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in fpregs32_set()
778 if (!ret && count > 0) { in fpregs32_set()
782 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpregs32_set()
798 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in fpregs32_set()