Lines Matching refs:pos

374 			unsigned int pos, unsigned int count,  in hw_break_get()  argument
387 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &info, 0, in hw_break_get()
394 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, offset, in hw_break_get()
406 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &addr, in hw_break_get()
415 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &ctrl, in hw_break_get()
421 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in hw_break_get()
435 unsigned int pos, unsigned int count, in hw_break_set() argument
445 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, 0, offset); in hw_break_set()
452 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &addr, in hw_break_set()
461 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ctrl, in hw_break_set()
470 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in hw_break_set()
485 unsigned int pos, unsigned int count, in gpr_get() argument
489 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, uregs, 0, -1); in gpr_get()
493 unsigned int pos, unsigned int count, in gpr_set() argument
499 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &newregs, 0, -1); in gpr_set()
514 unsigned int pos, unsigned int count, in fpr_get() argument
519 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, uregs, 0, -1); in fpr_get()
523 unsigned int pos, unsigned int count, in fpr_set() argument
529 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &newstate, 0, -1); in fpr_set()
539 unsigned int pos, unsigned int count, in tls_get() argument
543 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, tls, 0, -1); in tls_get()
547 unsigned int pos, unsigned int count, in tls_set() argument
553 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &tls, 0, -1); in tls_set()
563 unsigned int pos, unsigned int count, in system_call_get() argument
568 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in system_call_get()
574 unsigned int pos, unsigned int count, in system_call_set() argument
579 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &syscallno, 0, -1); in system_call_set()
670 unsigned int pos, unsigned int count, in compat_gpr_get() argument
680 start = pos / regset->size; in compat_gpr_get()
722 unsigned int pos, unsigned int count, in compat_gpr_set() argument
733 start = pos / regset->size; in compat_gpr_set()
783 unsigned int pos, unsigned int count, in compat_vfp_get() argument
796 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, uregs, 0, in compat_vfp_get()
810 unsigned int pos, unsigned int count, in compat_vfp_set() argument
817 if (pos + count > VFP_STATE_SIZE) in compat_vfp_set()
822 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, uregs, 0, in compat_vfp_set()