Searched refs:copy_regset_from_user (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/arch/powerpc/kernel/ptrace/ |
D | ptrace.c | 135 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()
|
D | ptrace32.c | 274 return copy_regset_from_user( in compat_arch_ptrace()
|
/Linux-v6.1/arch/x86/kernel/ |
D | ptrace.c | 768 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/ |
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-v6.1/arch/arm/kernel/ |
D | ptrace.c | 752 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/ |
D | ptrace_32.c | 382 ret = copy_regset_from_user(child, &ptrace32_view, in arch_ptrace() 398 ret = copy_regset_from_user(child, &ptrace32_view, in arch_ptrace()
|
D | ptrace_64.c | 955 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/ |
D | regset.h | 324 static inline int copy_regset_from_user(struct task_struct *target, in copy_regset_from_user() function
|
/Linux-v6.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-v6.1/arch/parisc/kernel/ |
D | ptrace.c | 188 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/ |
D | ptrace.c | 1994 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/ |
D | ptrace.c | 925 return copy_regset_from_user(task, view, regset_no, 0, in ptrace_regset()
|