Searched refs:copy_regset_from_user (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/arch/powerpc/kernel/ptrace/ |
D | ptrace.c | 132 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 144 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 158 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 172 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 186 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
|
D | ptrace32.c | 274 return copy_regset_from_user( in compat_arch_ptrace()
|
/linux-6.12.1/arch/x86/kernel/ |
D | ptrace.c | 788 return copy_regset_from_user(child, in arch_ptrace() 802 return copy_regset_from_user(child, in arch_ptrace() 816 return copy_regset_from_user(child, &user_x86_32_view, in arch_ptrace() 1091 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1103 return copy_regset_from_user( in ia32_arch_ptrace() 1114 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1191 return copy_regset_from_user(child, in x32_arch_ptrace() 1205 return copy_regset_from_user(child, in x32_arch_ptrace()
|
/linux-6.12.1/arch/sh/kernel/ |
D | ptrace_32.c | 419 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-6.12.1/arch/arm/kernel/ |
D | ptrace.c | 748 ret = copy_regset_from_user(child, in arch_ptrace() 762 ret = copy_regset_from_user(child, in arch_ptrace() 799 ret = copy_regset_from_user(child, in arch_ptrace()
|
/linux-6.12.1/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 | 954 ret = copy_regset_from_user(child, &ptrace32_view, in compat_arch_ptrace() 968 ret = copy_regset_from_user(child, &ptrace32_view, in compat_arch_ptrace() 1037 ret = copy_regset_from_user(child, &ptrace64_view, in arch_ptrace() 1051 ret = copy_regset_from_user(child, view, REGSET_FP, in arch_ptrace()
|
/linux-6.12.1/include/linux/ |
D | regset.h | 323 static inline int copy_regset_from_user(struct task_struct *target, in copy_regset_from_user() function
|
/linux-6.12.1/arch/xtensa/kernel/ |
D | ptrace.c | 252 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-6.12.1/arch/parisc/kernel/ |
D | ptrace.c | 194 return copy_regset_from_user(child, in arch_ptrace() 208 return copy_regset_from_user(child, in arch_ptrace()
|
/linux-6.12.1/arch/arm64/kernel/ |
D | ptrace.c | 2147 ret = copy_regset_from_user(child, in compat_arch_ptrace() 2173 ret = copy_regset_from_user(child, in compat_arch_ptrace()
|
/linux-6.12.1/kernel/ |
D | ptrace.c | 906 return copy_regset_from_user(task, view, regset_no, 0, in ptrace_regset()
|