Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c129 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
141 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
155 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
169 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
183 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
H A Dptrace32.c274 return copy_regset_from_user( in compat_arch_ptrace()
/linux/arch/x86/um/
H A Dptrace_32.c184 return copy_regset_from_user(child, task_user_regset_view(child), in subarch_ptrace()
194 return copy_regset_from_user(child, task_user_regset_view(child), in subarch_ptrace()
H A Dptrace_64.c205 return copy_regset_from_user(child, task_user_regset_view(child), in subarch_ptrace()
H A Dsignal.c97 err = copy_regset_from_user(current, in copy_sc_from_user()
/linux/arch/x86/kernel/
H A Dptrace.c788 return copy_regset_from_user(child, in arch_ptrace()
802 return copy_regset_from_user(child, in arch_ptrace()
816 return copy_regset_from_user(child, &user_x86_32_view, in arch_ptrace()
1091 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace()
1103 return copy_regset_from_user( in ia32_arch_ptrace()
1114 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace()
1191 return copy_regset_from_user(child, in x32_arch_ptrace()
1205 return copy_regset_from_user(child, in x32_arch_ptrace()
/linux/include/linux/
H A Dregset.h333 static inline int copy_regset_from_user(struct task_struct *target, in copy_regset_from_user() function