Searched refs:user_ppc_native_view (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/arch/powerpc/kernel/ptrace/ |
| D | ptrace.c | 126 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 135 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 141 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 147 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 154 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 161 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 169 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 175 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 183 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 189 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
|
| D | ptrace-decl.h | 165 extern const struct user_regset_view user_ppc_native_view;
|
| D | ptrace-view.c | 622 const struct user_regset_view user_ppc_native_view = { variable 846 return &user_ppc_native_view; in task_user_regset_view()
|