Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/kernel/ptrace/
Dptrace.c135 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
147 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
161 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
175 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
189 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
Dptrace32.c274 return copy_regset_from_user( in compat_arch_ptrace()
/Linux-v6.1/arch/x86/kernel/
Dptrace.c768 return copy_regset_from_user(child, in arch_ptrace()
782 return copy_regset_from_user(child, in arch_ptrace()
796 return copy_regset_from_user(child, &user_x86_32_view, in arch_ptrace()
1071 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace()
1083 return copy_regset_from_user( in ia32_arch_ptrace()
1094 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace()
1171 return copy_regset_from_user(child, in x32_arch_ptrace()
1185 return copy_regset_from_user(child, in x32_arch_ptrace()
/Linux-v6.1/arch/sh/kernel/
Dptrace_32.c419 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace()
430 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace()
442 return copy_regset_from_user(child, &user_sh_native_view, in arch_ptrace()
/Linux-v6.1/arch/arm/kernel/
Dptrace.c752 ret = copy_regset_from_user(child, in arch_ptrace()
766 ret = copy_regset_from_user(child, in arch_ptrace()
802 ret = copy_regset_from_user(child, in arch_ptrace()
/Linux-v6.1/arch/sparc/kernel/
Dptrace_32.c382 ret = copy_regset_from_user(child, &ptrace32_view, in arch_ptrace()
398 ret = copy_regset_from_user(child, &ptrace32_view, in arch_ptrace()
Dptrace_64.c955 ret = copy_regset_from_user(child, &ptrace32_view, in compat_arch_ptrace()
969 ret = copy_regset_from_user(child, &ptrace32_view, in compat_arch_ptrace()
1038 ret = copy_regset_from_user(child, &ptrace64_view, in arch_ptrace()
1052 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
/Linux-v6.1/include/linux/
Dregset.h324 static inline int copy_regset_from_user(struct task_struct *target, in copy_regset_from_user() function
/Linux-v6.1/arch/xtensa/kernel/
Dptrace.c252 return copy_regset_from_user(child, &user_xtensa_view, REGSET_GPR, in ptrace_setregs()
264 return copy_regset_from_user(child, &user_xtensa_view, REGSET_TIE, in ptrace_setxregs()
/Linux-v6.1/arch/parisc/kernel/
Dptrace.c188 return copy_regset_from_user(child, in arch_ptrace()
202 return copy_regset_from_user(child, in arch_ptrace()
/Linux-v6.1/arch/arm64/kernel/
Dptrace.c1994 ret = copy_regset_from_user(child, in compat_arch_ptrace()
2020 ret = copy_regset_from_user(child, in compat_arch_ptrace()
/Linux-v6.1/kernel/
Dptrace.c925 return copy_regset_from_user(task, view, regset_no, 0, in ptrace_regset()