/Linux-v4.19/arch/sparc/kernel/ |
D | ptrace_32.c | 358 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in arch_ptrace() 363 copy_regset_to_user(child, view, REGSET_GENERAL, in arch_ptrace() 384 ret = copy_regset_to_user(child, view, REGSET_FP, in arch_ptrace() 389 ret = copy_regset_to_user(child, view, REGSET_FP, in arch_ptrace()
|
D | ptrace_64.c | 930 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in compat_arch_ptrace() 935 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in compat_arch_ptrace() 954 ret = copy_regset_to_user(child, view, REGSET_FP, in compat_arch_ptrace() 959 ret = copy_regset_to_user(child, view, REGSET_FP, in compat_arch_ptrace() 1040 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in arch_ptrace() 1046 ret = copy_regset_to_user(child, view, REGSET_GENERAL, in arch_ptrace() 1068 ret = copy_regset_to_user(child, view, REGSET_FP, in arch_ptrace()
|
/Linux-v4.19/arch/x86/kernel/ |
D | ptrace.c | 810 return copy_regset_to_user(child, in arch_ptrace() 824 return copy_regset_to_user(child, in arch_ptrace() 839 return copy_regset_to_user(child, &user_x86_32_view, in arch_ptrace() 1102 return copy_regset_to_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1114 return copy_regset_to_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1125 return copy_regset_to_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1201 return copy_regset_to_user(child, in x32_arch_ptrace() 1215 return copy_regset_to_user(child, in x32_arch_ptrace()
|
/Linux-v4.19/arch/sh/kernel/ |
D | ptrace_32.c | 447 return copy_regset_to_user(child, &user_sh_native_view, in arch_ptrace() 458 return copy_regset_to_user(child, &user_sh_native_view, in arch_ptrace() 470 return copy_regset_to_user(child, &user_sh_native_view, in arch_ptrace()
|
D | ptrace_64.c | 458 return copy_regset_to_user(child, &user_sh64_native_view, in arch_ptrace() 469 return copy_regset_to_user(child, &user_sh64_native_view, in arch_ptrace()
|
/Linux-v4.19/arch/arm/kernel/ |
D | ptrace.c | 810 ret = copy_regset_to_user(child, in arch_ptrace() 824 ret = copy_regset_to_user(child, in arch_ptrace() 869 ret = copy_regset_to_user(child, in arch_ptrace()
|
/Linux-v4.19/include/linux/ |
D | regset.h | 368 static inline int copy_regset_to_user(struct task_struct *target, in copy_regset_to_user() function
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | ptrace32.c | 281 return copy_regset_to_user( in compat_arch_ptrace()
|
D | ptrace.c | 3131 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 3146 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 3159 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 3174 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 3188 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace()
|
/Linux-v4.19/arch/parisc/kernel/ |
D | ptrace.c | 180 return copy_regset_to_user(child, in arch_ptrace() 194 return copy_regset_to_user(child, in arch_ptrace()
|
/Linux-v4.19/arch/arm64/kernel/ |
D | ptrace.c | 1352 return copy_regset_to_user(tsk, &user_aarch32_view, in compat_ptrace_read_user() 1526 ret = copy_regset_to_user(child, in compat_arch_ptrace() 1552 ret = copy_regset_to_user(child, in compat_arch_ptrace()
|
/Linux-v4.19/kernel/ |
D | ptrace.c | 868 return copy_regset_to_user(task, view, regset_no, 0, in ptrace_regset()
|