Searched refs:copy_regset_from_user (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/arch/powerpc/kernel/ptrace/ |
D | ptrace.c | 166 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 178 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 192 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 206 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 220 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
|
D | ptrace32.c | 276 return copy_regset_from_user( in compat_arch_ptrace()
|
/Linux-v5.10/arch/x86/kernel/ |
D | ptrace.c | 758 return copy_regset_from_user(child, in arch_ptrace() 772 return copy_regset_from_user(child, in arch_ptrace() 786 return copy_regset_from_user(child, &user_x86_32_view, in arch_ptrace() 1061 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1073 return copy_regset_from_user( in ia32_arch_ptrace() 1084 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1161 return copy_regset_from_user(child, in x32_arch_ptrace() 1175 return copy_regset_from_user(child, in x32_arch_ptrace()
|
/Linux-v5.10/arch/sh/kernel/ |
D | ptrace_32.c | 420 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-v5.10/arch/arm/kernel/ |
D | ptrace.c | 778 ret = copy_regset_from_user(child, in arch_ptrace() 792 ret = copy_regset_from_user(child, in arch_ptrace() 837 ret = copy_regset_from_user(child, in arch_ptrace()
|
/Linux-v5.10/arch/sparc/kernel/ |
D | ptrace_32.c | 383 ret = copy_regset_from_user(child, &ptrace32_view, in arch_ptrace() 399 ret = copy_regset_from_user(child, &ptrace32_view, in arch_ptrace()
|
D | ptrace_64.c | 956 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-v5.10/include/linux/ |
D | regset.h | 312 static inline int copy_regset_from_user(struct task_struct *target, in copy_regset_from_user() function
|
/Linux-v5.10/arch/xtensa/kernel/ |
D | ptrace.c | 254 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-v5.10/arch/parisc/kernel/ |
D | ptrace.c | 189 return copy_regset_from_user(child, in arch_ptrace() 203 return copy_regset_from_user(child, in arch_ptrace()
|
/Linux-v5.10/arch/arm64/kernel/ |
D | ptrace.c | 1664 ret = copy_regset_from_user(child, in compat_arch_ptrace() 1690 ret = copy_regset_from_user(child, in compat_arch_ptrace()
|
/Linux-v5.10/kernel/ |
D | ptrace.c | 891 return copy_regset_from_user(task, view, regset_no, 0, in ptrace_regset()
|