Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/ptrace/
H A 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()
H A Dptrace-decl.h171 extern const struct user_regset_view user_ppc_native_view;
H A Dptrace-view.c698 const struct user_regset_view user_ppc_native_view = { variable
952 return &user_ppc_native_view; in task_user_regset_view()