Lines Matching refs:pos
304 unsigned int pos, unsigned int count, in xfpregs_get() argument
318 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in xfpregs_get()
323 unsigned int pos, unsigned int count, in xfpregs_set() argument
337 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in xfpregs_set()
356 unsigned int pos, unsigned int count, in xstateregs_get() argument
381 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, xsave, 0, -1); in xstateregs_get()
386 unsigned int pos, unsigned int count, in xstateregs_set() argument
401 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, xsave, 0, -1); in xstateregs_set()
552 unsigned int pos, unsigned int count, in fpregs_get() argument
563 return fpregs_soft_get(target, regset, pos, count, kbuf, ubuf); in fpregs_get()
566 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpregs_get()
572 if (kbuf && pos == 0 && count == sizeof(env)) { in fpregs_get()
579 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, &env, 0, -1); in fpregs_get()
583 unsigned int pos, unsigned int count, in fpregs_set() argument
596 return fpregs_soft_set(target, regset, pos, count, kbuf, ubuf); in fpregs_set()
599 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpregs_set()
603 if (pos > 0 || count < sizeof(env)) in fpregs_set()
606 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &env, 0, -1); in fpregs_set()