Searched refs:user_ppc_native_view (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/kernel/ptrace/ |
H A D | ptrace.c | 123 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 132 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 138 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 144 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 151 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 158 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 166 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 172 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 180 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 186 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
|
H A D | ptrace-decl.h | 171 extern const struct user_regset_view user_ppc_native_view;
|
H A D | ptrace-view.c | 693 const struct user_regset_view user_ppc_native_view = { variable 947 return &user_ppc_native_view; in task_user_regset_view()
|