Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/
H A Dptrace.c167 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace()
176 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
182 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace()
188 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
195 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace()
202 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
210 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace()
216 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
224 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace()
230 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
H A Dptrace-decl.h162 extern const struct user_regset_view user_ppc_native_view;
H A Dptrace-view.c629 const struct user_regset_view user_ppc_native_view = { variable
858 return &user_ppc_native_view; in task_user_regset_view()