Home
last modified time | relevance | path

Searched refs:copy_regset_from_user (Results 1 – 12 of 12) sorted by relevance

/linux/arch/powerpc/kernel/ptrace/
A Dptrace.c136 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
148 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
162 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
176 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
190 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
A Dptrace32.c274 return copy_regset_from_user( in compat_arch_ptrace()
/linux/arch/x86/kernel/
A Dptrace.c769 return copy_regset_from_user(child, in arch_ptrace()
783 return copy_regset_from_user(child, in arch_ptrace()
797 return copy_regset_from_user(child, &user_x86_32_view, in arch_ptrace()
1072 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace()
1084 return copy_regset_from_user( in ia32_arch_ptrace()
1095 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace()
1172 return copy_regset_from_user(child, in x32_arch_ptrace()
1186 return copy_regset_from_user(child, in x32_arch_ptrace()
/linux/arch/sh/kernel/
A Dptrace_32.c420 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace()
431 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace()
443 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace()
/linux/arch/arm/kernel/
A Dptrace.c753 ret = copy_regset_from_user(child, in arch_ptrace()
767 ret = copy_regset_from_user(child, in arch_ptrace()
803 ret = copy_regset_from_user(child, in arch_ptrace()
/linux/arch/sparc/kernel/
A Dptrace_32.c383 ret = copy_regset_from_user(child, &ptrace32_view, in arch_ptrace()
399 ret = copy_regset_from_user(child, &ptrace32_view, in arch_ptrace()
A Dptrace_64.c956 ret = copy_regset_from_user(child, &ptrace32_view, in compat_arch_ptrace()
970 ret = copy_regset_from_user(child, &ptrace32_view, in compat_arch_ptrace()
1039 ret = copy_regset_from_user(child, &ptrace64_view, in arch_ptrace()
1053 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
/linux/include/linux/
A Dregset.h324 static inline int copy_regset_from_user(struct task_struct *target, in copy_regset_from_user() function
/linux/arch/xtensa/kernel/
A Dptrace.c254 return copy_regset_from_user(child, &user_xtensa_view, REGSET_GPR, in ptrace_setregs()
266 return copy_regset_from_user(child, &user_xtensa_view, REGSET_TIE, in ptrace_setxregs()
/linux/arch/parisc/kernel/
A Dptrace.c189 return copy_regset_from_user(child, in arch_ptrace()
203 return copy_regset_from_user(child, in arch_ptrace()
/linux/arch/arm64/kernel/
A Dptrace.c1708 ret = copy_regset_from_user(child, in compat_arch_ptrace()
1734 ret = copy_regset_from_user(child, in compat_arch_ptrace()
/linux/kernel/
A Dptrace.c926 return copy_regset_from_user(task, view, regset_no, 0, in ptrace_regset()

Completed in 27 milliseconds