Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/kernel/
Dptrace_32.c371 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace()
376 copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace()
405 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
410 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
Dptrace_64.c942 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
947 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in compat_arch_ptrace()
973 ret = copy_regset_from_user(child, view, REGSET_FP, in compat_arch_ptrace()
978 ret = copy_regset_from_user(child, view, REGSET_FP, in compat_arch_ptrace()
1054 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace()
1060 ret = copy_regset_from_user(child, view, REGSET_GENERAL, in arch_ptrace()
1075 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
/Linux-v4.19/arch/x86/kernel/
Dptrace.c817 return copy_regset_from_user(child, in arch_ptrace()
831 return copy_regset_from_user(child, in arch_ptrace()
845 return copy_regset_from_user(child, &user_x86_32_view, in arch_ptrace()
1108 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace()
1120 return copy_regset_from_user( in ia32_arch_ptrace()
1131 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace()
1208 return copy_regset_from_user(child, in x32_arch_ptrace()
1222 return copy_regset_from_user(child, in x32_arch_ptrace()
/Linux-v4.19/arch/sh/kernel/
Dptrace_32.c452 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace()
463 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace()
475 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace()
Dptrace_64.c463 return copy_regset_from_user(child, &user_sh64_native_view, in arch_ptrace()
474 return copy_regset_from_user(child, &user_sh64_native_view, in arch_ptrace()
/Linux-v4.19/arch/arm/kernel/
Dptrace.c817 ret = copy_regset_from_user(child, in arch_ptrace()
831 ret = copy_regset_from_user(child, in arch_ptrace()
876 ret = copy_regset_from_user(child, in arch_ptrace()
/Linux-v4.19/include/linux/
Dregset.h394 static inline int copy_regset_from_user(struct task_struct *target, in copy_regset_from_user() function
/Linux-v4.19/arch/powerpc/kernel/
Dptrace32.c287 return copy_regset_from_user( in compat_arch_ptrace()
Dptrace.c3140 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
3152 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
3166 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
3180 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
3194 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
/Linux-v4.19/arch/parisc/kernel/
Dptrace.c187 return copy_regset_from_user(child, in arch_ptrace()
201 return copy_regset_from_user(child, in arch_ptrace()
/Linux-v4.19/arch/arm64/kernel/
Dptrace.c1376 ret = copy_regset_from_user(tsk, &user_aarch32_view, in compat_ptrace_write_user()
1534 ret = copy_regset_from_user(child, in compat_arch_ptrace()
1560 ret = copy_regset_from_user(child, in compat_arch_ptrace()
/Linux-v4.19/kernel/
Dptrace.c871 return copy_regset_from_user(task, view, regset_no, 0, in ptrace_regset()