• Home
  • Raw
  • Download

Lines Matching refs:pos

214 		     unsigned int pos, unsigned int count,  in gpr32_get()  argument
221 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, uregs, 0, in gpr32_get()
227 unsigned int pos, unsigned int count, in gpr32_set() argument
235 start = pos / sizeof(u32); in gpr32_set()
241 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, uregs, 0, in gpr32_set()
281 unsigned int pos, unsigned int count, in gpr64_get() argument
288 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, uregs, 0, in gpr64_get()
294 unsigned int pos, unsigned int count, in gpr64_set() argument
302 start = pos / sizeof(u64); in gpr64_set()
308 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, uregs, 0, in gpr64_set()
413 unsigned int *pos, unsigned int *count, in fpr_get_fpa() argument
416 return user_regset_copyout(pos, count, kbuf, ubuf, in fpr_get_fpa()
428 unsigned int *pos, unsigned int *count, in fpr_get_msa() argument
438 err = user_regset_copyout(pos, count, kbuf, ubuf, in fpr_get_msa()
455 unsigned int pos, unsigned int count, in fpr_get() argument
463 err = fpr_get_fpa(target, &pos, &count, &kbuf, &ubuf); in fpr_get()
465 err = fpr_get_msa(target, &pos, &count, &kbuf, &ubuf); in fpr_get()
469 err = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpr_get()
475 err = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpr_get()
488 unsigned int *pos, unsigned int *count, in fpr_set_fpa() argument
491 return user_regset_copyin(pos, count, kbuf, ubuf, in fpr_set_fpa()
503 unsigned int *pos, unsigned int *count, in fpr_set_msa() argument
512 err = user_regset_copyin(pos, count, kbuf, ubuf, in fpr_set_msa()
537 unsigned int pos, unsigned int count, in fpr_set() argument
547 if (pos + count > sizeof(elf_fpregset_t)) in fpr_set()
553 err = fpr_set_fpa(target, &pos, &count, &kbuf, &ubuf); in fpr_set()
555 err = fpr_set_msa(target, &pos, &count, &kbuf, &ubuf); in fpr_set()
560 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpr_set()
570 err = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in fpr_set()
580 unsigned int pos, unsigned int count, in fp_mode_get() argument
586 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, &fp_mode, 0, in fp_mode_get()
601 unsigned int pos, unsigned int count, in fp_mode_set() argument
609 if (pos + count > sizeof(fp_mode)) in fp_mode_set()
612 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &fp_mode, 0, in fp_mode_set()
668 unsigned int pos, unsigned int count, in msa_get() argument
682 err = copy_pad_fprs(target, regset, &pos, &count, in msa_get()
686 err = copy_pad_fprs(target, regset, &pos, &count, in msa_get()
690 err = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in msa_get()
695 err = copy_pad_fprs(target, regset, &pos, &count, in msa_get()
700 err |= user_regset_copyout(&pos, &count, &kbuf, &ubuf, in msa_get()
708 unsigned int pos, unsigned int count, in msa_set() argument
720 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in msa_set()
730 err |= user_regset_copyin(&pos, &count, &kbuf, &ubuf, in msa_set()
737 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ctrl_regs, in msa_set()
756 unsigned int pos, unsigned int count, in dsp32_get() argument
767 start = pos / sizeof(u32); in dsp32_get()
782 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, dspregs, 0, in dsp32_get()
791 unsigned int pos, unsigned int count, in dsp32_set() argument
803 start = pos / sizeof(u32); in dsp32_set()
809 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, dspregs, 0, in dsp32_set()
836 unsigned int pos, unsigned int count, in dsp64_get() argument
847 start = pos / sizeof(u64); in dsp64_get()
862 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, dspregs, 0, in dsp64_get()
871 unsigned int pos, unsigned int count, in dsp64_set() argument
883 start = pos / sizeof(u64); in dsp64_set()
889 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, dspregs, 0, in dsp64_set()