Lines Matching refs:pos

878 			 unsigned int pos, unsigned int count,  in s390_regs_get()  argument
887 *k++ = __peek_user(target, pos); in s390_regs_get()
889 pos += sizeof(*k); in s390_regs_get()
894 if (__put_user(__peek_user(target, pos), u++)) in s390_regs_get()
897 pos += sizeof(*u); in s390_regs_get()
905 unsigned int pos, unsigned int count, in s390_regs_set() argument
916 rc = __poke_user(target, pos, *k++); in s390_regs_set()
918 pos += sizeof(*k); in s390_regs_set()
927 rc = __poke_user(target, pos, word); in s390_regs_set()
929 pos += sizeof(*u); in s390_regs_set()
940 const struct user_regset *regset, unsigned int pos, in s390_fpregs_get() argument
951 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in s390_fpregs_get()
956 const struct user_regset *regset, unsigned int pos, in s390_fpregs_set() argument
967 if (count > 0 && pos < offsetof(s390_fp_regs, fprs)) { in s390_fpregs_set()
969 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ufpc, in s390_fpregs_set()
979 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_fpregs_set()
994 unsigned int pos, unsigned int count, in s390_last_break_get() argument
1012 unsigned int pos, unsigned int count, in s390_last_break_set() argument
1020 unsigned int pos, unsigned int count, in s390_tdb_get() argument
1029 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, data, 0, 256); in s390_tdb_get()
1034 unsigned int pos, unsigned int count, in s390_tdb_set() argument
1042 unsigned int pos, unsigned int count, in s390_vxrs_low_get() argument
1054 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, vxrs, 0, -1); in s390_vxrs_low_get()
1059 unsigned int pos, unsigned int count, in s390_vxrs_low_set() argument
1070 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, vxrs, 0, -1); in s390_vxrs_low_set()
1080 unsigned int pos, unsigned int count, in s390_vxrs_high_get() argument
1091 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, vxrs, 0, -1); in s390_vxrs_high_get()
1096 unsigned int pos, unsigned int count, in s390_vxrs_high_set() argument
1106 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_vxrs_high_set()
1113 unsigned int pos, unsigned int count, in s390_system_call_get() argument
1117 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, in s390_system_call_get()
1123 unsigned int pos, unsigned int count, in s390_system_call_set() argument
1127 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_system_call_set()
1200 unsigned int pos, unsigned int count, in s390_compat_regs_get() argument
1209 *k++ = __peek_user_compat(target, pos); in s390_compat_regs_get()
1211 pos += sizeof(*k); in s390_compat_regs_get()
1216 if (__put_user(__peek_user_compat(target, pos), u++)) in s390_compat_regs_get()
1219 pos += sizeof(*u); in s390_compat_regs_get()
1227 unsigned int pos, unsigned int count, in s390_compat_regs_set() argument
1238 rc = __poke_user_compat(target, pos, *k++); in s390_compat_regs_set()
1240 pos += sizeof(*k); in s390_compat_regs_set()
1249 rc = __poke_user_compat(target, pos, word); in s390_compat_regs_set()
1251 pos += sizeof(*u); in s390_compat_regs_set()
1263 unsigned int pos, unsigned int count, in s390_compat_regs_high_get() argument
1269 &task_pt_regs(target)->gprs[pos / sizeof(compat_ulong_t)]; in s390_compat_regs_high_get()
1291 unsigned int pos, unsigned int count, in s390_compat_regs_high_set() argument
1298 &task_pt_regs(target)->gprs[pos / sizeof(compat_ulong_t)]; in s390_compat_regs_high_set()
1324 unsigned int pos, unsigned int count, in s390_compat_last_break_get() argument
1345 unsigned int pos, unsigned int count, in s390_compat_last_break_set() argument