Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/kernel/ptrace/
Dptrace.c166 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()
Dptrace32.c276 return copy_regset_from_user( in compat_arch_ptrace()
/Linux-v5.10/arch/x86/kernel/
Dptrace.c758 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/
Dptrace_32.c420 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/
Dptrace.c778 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/
Dptrace_32.c383 ret = copy_regset_from_user(child, &ptrace32_view, in arch_ptrace()
399 ret = copy_regset_from_user(child, &ptrace32_view, in arch_ptrace()
Dptrace_64.c956 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/
Dregset.h312 static inline int copy_regset_from_user(struct task_struct *target, in copy_regset_from_user() function
/Linux-v5.10/arch/xtensa/kernel/
Dptrace.c254 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/
Dptrace.c189 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/
Dptrace.c1664 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/
Dptrace.c891 return copy_regset_from_user(task, view, regset_no, 0, in ptrace_regset()