| /linux/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace-tm.c | 151 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_cgpr_set() 156 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, ®, in tm_cgpr_set() 167 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_cgpr_set() 178 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, ®, in tm_cgpr_set() 295 i = user_regset_copyin(&pos, &count, &kbuf, &ubuf, buf, 0, -1); in tm_cfpr_set() 411 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &target->thread.ckvr_state, in tm_cvmx_set() 423 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &vrsave, in tm_cvmx_set() 534 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_cvsx_set() 636 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_spr_set() 641 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in tm_spr_set() [all …]
|
| H A D | ptrace-spe.c | 47 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in evr_set() 55 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in evr_set()
|
| H A D | ptrace-altivec.c | 90 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in vr_set() 108 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &vrsave, in vr_set()
|
| H A D | ptrace-vsx.c | 63 i = user_regset_copyin(&pos, &count, &kbuf, &ubuf, buf, 0, -1); in fpr_set() 141 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in vsr_set()
|
| H A D | ptrace-novsx.c | 59 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpr_set()
|
| /linux/arch/loongarch/kernel/ |
| H A D | ptrace.c | 101 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in gpr_set() 104 err |= user_regset_copyin(&pos, &count, &kbuf, &ubuf, in gpr_set() 107 err |= user_regset_copyin(&pos, &count, &kbuf, &ubuf, in gpr_set() 110 err |= user_regset_copyin(&pos, &count, &kbuf, &ubuf, in gpr_set() 168 return user_regset_copyin(pos, count, kbuf, ubuf, in gfpr_set() 182 err = user_regset_copyin(pos, count, kbuf, ubuf, in gfpr_set_simd() 219 err |= user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpr_set() 222 err |= user_regset_copyin(&pos, &count, &kbuf, &ubuf, in fpr_set() 321 err = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in simd_set() 331 err |= user_regset_copyin(&pos, &count, &kbuf, &ubuf, in simd_set() [all …]
|
| /linux/arch/s390/kernel/ |
| H A D | ptrace.c | 586 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &ufpc, in s390_fpregs_set() 596 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_fpregs_set() 672 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, vxrs, 0, -1); in s390_vxrs_low_set() 704 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_vxrs_high_set() 722 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_system_call_set() 762 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_gs_cb_set() 808 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_gs_bc_set() 876 rc = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in s390_runtime_instr_set()
|
| /linux/arch/hexagon/kernel/ |
| H A D | ptrace.c | 84 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, in genregs_set() 89 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, \ in genregs_set()
|
| /linux/include/linux/ |
| H A D | regset.h | 263 static inline int user_regset_copyin(unsigned int *pos, unsigned int *count, in user_regset_copyin() function
|
| /linux/arch/x86/um/ |
| H A D | ptrace.c | 233 return user_regset_copyin(&pos, &count, &kbuf, &ubuf, in generic_fpregs_set()
|