Home
last modified time | relevance | path

Searched refs:user_ppc_native_view (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/arch/powerpc/kernel/ptrace/
Dptrace.c126 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()
Dptrace-decl.h165 extern const struct user_regset_view user_ppc_native_view;
Dptrace-view.c622 const struct user_regset_view user_ppc_native_view = { variable
846 return &user_ppc_native_view; in task_user_regset_view()