Lines Matching refs:pos
42 unsigned int pos, unsigned int count, in genregs_get() argument
48 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in genregs_get()
53 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get()
62 unsigned int pos, unsigned int count, in genregs_set() argument
70 if (pos < offsetof(struct user_int_regs, psr) + sizeof(long) && in genregs_set()
71 pos + count > offsetof(struct user_int_regs, psr)) in genregs_set()
74 if (pos < offsetof(struct user_int_regs, __status) + sizeof(long) && in genregs_set()
75 pos + count > offsetof(struct user_int_regs, __status)) in genregs_set()
81 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in genregs_set()
87 ret = user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in genregs_set()
93 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in genregs_set()
98 return user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in genregs_set()
107 unsigned int pos, unsigned int count, in fpmregs_get() argument
113 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, in fpmregs_get()
118 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpmregs_get()
127 unsigned int pos, unsigned int count, in fpmregs_set() argument
133 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpmregs_set()
138 return user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, in fpmregs_set()