/Linux-v4.19/arch/openrisc/kernel/ |
D | ptrace.c | 60 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, 0, 4); in genregs_get() 72 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get()
|
/Linux-v4.19/arch/nios2/kernel/ |
D | ptrace.c | 33 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, \ in genregs_get() 59 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | ptrace_32.c | 123 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs32_get() 229 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs32_get() 249 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
|
D | ptrace_64.c | 290 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs64_get() 390 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs64_get() 402 ret = user_regset_copyout_zero(&pos, &count, in fpregs64_get() 432 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs64_get() 623 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs32_get() 777 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs32_get() 797 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
|
/Linux-v4.19/arch/parisc/kernel/ |
D | ptrace.c | 397 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpr_get() 531 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in gpr_get() 612 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in gpr32_get()
|
/Linux-v4.19/arch/sh/kernel/ |
D | ptrace_32.c | 157 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get() 247 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in dspregs_get()
|
D | ptrace_64.c | 176 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get()
|
/Linux-v4.19/arch/hexagon/kernel/ |
D | ptrace.c | 100 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get()
|
/Linux-v4.19/include/linux/ |
D | regset.h | 311 static inline int user_regset_copyout_zero(unsigned int *pos, in user_regset_copyout_zero() function
|
/Linux-v4.19/arch/arm64/kernel/ |
D | ptrace.c | 510 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, offset, in hw_break_get() 537 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in hw_break_get() 840 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in sve_get() 859 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in sve_get()
|
/Linux-v4.19/arch/arc/kernel/ |
D | ptrace.c | 46 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, \ in genregs_get()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | ptrace.c | 1526 dst->ret = user_regset_copyout_zero(&dst->pos, &dst->count, in do_gpregs_get() 1704 dst->ret = user_regset_copyout_zero(&dst->pos, &dst->count, in do_fpregs_get() 1743 dst->ret = user_regset_copyout_zero( in do_fpregs_get()
|
/Linux-v4.19/arch/arm/kernel/ |
D | ptrace.c | 681 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in vfp_get()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | ptrace.c | 365 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in gpr_get() 858 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in tm_cgpr_get() 2049 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in gpr32_get_common()
|