/Linux-v4.19/arch/sparc/kernel/ |
D | ptrace_32.c | 371 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()
|
D | ptrace_64.c | 942 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/ |
D | ptrace.c | 817 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/ |
D | ptrace_32.c | 452 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()
|
D | ptrace_64.c | 463 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/ |
D | ptrace.c | 817 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/ |
D | regset.h | 394 static inline int copy_regset_from_user(struct task_struct *target, in copy_regset_from_user() function
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | ptrace32.c | 287 return copy_regset_from_user( in compat_arch_ptrace()
|
D | ptrace.c | 3140 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/ |
D | ptrace.c | 187 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/ |
D | ptrace.c | 1376 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/ |
D | ptrace.c | 871 return copy_regset_from_user(task, view, regset_no, 0, in ptrace_regset()
|