/linux-4.4.14/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-4.4.14/arch/metag/kernel/ |
D | ptrace.c | 78 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in metag_gp_regs_copyout() 167 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in metag_cb_regs_copyout() 212 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in metag_rp_state_copyout() 227 ret = user_regset_copyout_zero(&pos, &count, &kbuf, in metag_rp_state_copyout()
|
/linux-4.4.14/arch/nios2/kernel/ |
D | ptrace.c | 32 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, \ in genregs_get() 58 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | ptrace_64.c | 250 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs64_get() 350 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs64_get() 362 ret = user_regset_copyout_zero(&pos, &count, in fpregs64_get() 392 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs64_get() 580 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs32_get() 731 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs32_get() 751 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
|
D | ptrace_32.c | 122 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs32_get() 228 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs32_get() 248 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
|
/linux-4.4.14/arch/frv/kernel/ |
D | ptrace.c | 53 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get() 118 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpmregs_get()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | ptrace.c | 101 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get() 172 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpuregs_get()
|
/linux-4.4.14/arch/score/kernel/ |
D | ptrace.c | 46 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get() 56 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get()
|
/linux-4.4.14/arch/sh/kernel/ |
D | ptrace_32.c | 156 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get() 246 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in dspregs_get()
|
D | ptrace_64.c | 175 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get()
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | ptrace.c | 101 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get()
|
/linux-4.4.14/include/linux/ |
D | regset.h | 274 static inline int user_regset_copyout_zero(unsigned int *pos, in user_regset_copyout_zero() function
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | ptrace.c | 172 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get()
|
/linux-4.4.14/arch/arc/kernel/ |
D | ptrace.c | 45 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, \ in genregs_get()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | ptrace.c | 394 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, offset, in hw_break_get() 421 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in hw_break_get()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | ptrace.c | 1519 dst->ret = user_regset_copyout_zero(&dst->pos, &dst->count, in do_gpregs_get() 1697 dst->ret = user_regset_copyout_zero(&dst->pos, &dst->count, in do_fpregs_get() 1736 dst->ret = user_regset_copyout_zero( in do_fpregs_get()
|
/linux-4.4.14/arch/arm/kernel/ |
D | ptrace.c | 685 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in vfp_get()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | ptrace.c | 299 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in gpr_get() 729 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in gpr32_get()
|