Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/kernel/ptrace/
Dptrace.c157 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()
Dptrace-decl.h162 extern const struct user_regset_view user_ppc_native_view;
Dptrace-view.c629 const struct user_regset_view user_ppc_native_view = { variable
858 return &user_ppc_native_view; in task_user_regset_view()