Searched refs:user_regset_copyout_zero (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/arch/sparc/kernel/ |
D | ptrace_64.c | 248 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs64_get() 348 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs64_get() 360 ret = user_regset_copyout_zero(&pos, &count, in fpregs64_get() 390 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs64_get() 578 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs32_get() 729 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs32_get() 749 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
|
D | ptrace_32.c | 120 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs32_get() 226 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs32_get() 246 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpregs32_get()
|
/linux-2.6.39/arch/frv/kernel/ |
D | ptrace.c | 54 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get() 119 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpmregs_get()
|
/linux-2.6.39/arch/mn10300/kernel/ |
D | ptrace.c | 102 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get() 173 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in fpuregs_get()
|
/linux-2.6.39/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-2.6.39/include/linux/ |
D | regset.h | 273 static inline int user_regset_copyout_zero(unsigned int *pos, in user_regset_copyout_zero() function
|
/linux-2.6.39/arch/sh/kernel/ |
D | ptrace_32.c | 160 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get() 250 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-2.6.39/arch/blackfin/kernel/ |
D | ptrace.c | 169 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in genregs_get()
|
/linux-2.6.39/arch/ia64/kernel/ |
D | ptrace.c | 1561 dst->ret = user_regset_copyout_zero(&dst->pos, &dst->count, in do_gpregs_get() 1739 dst->ret = user_regset_copyout_zero(&dst->pos, &dst->count, in do_fpregs_get() 1778 dst->ret = user_regset_copyout_zero( in do_fpregs_get()
|
/linux-2.6.39/arch/powerpc/kernel/ |
D | ptrace.c | 263 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in gpr_get() 692 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf, in gpr32_get()
|