Searched refs:user_ppc_native_view (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/arch/powerpc/kernel/ptrace/ |
| D | ptrace.c | 157 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 166 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 172 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 178 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 185 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 192 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 200 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 206 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 214 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 220 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
|
| D | ptrace-decl.h | 162 extern const struct user_regset_view user_ppc_native_view;
|
| D | ptrace-view.c | 629 const struct user_regset_view user_ppc_native_view = { variable 858 return &user_ppc_native_view; in task_user_regset_view()
|