Searched refs:user_ppc_native_view (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/kernel/ptrace/ |
A D | ptrace.c | 127 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 136 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 142 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 148 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 155 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 162 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 170 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() 184 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 190 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace()
|
A D | ptrace-decl.h | 165 extern const struct user_regset_view user_ppc_native_view;
|
A D | ptrace-view.c | 622 const struct user_regset_view user_ppc_native_view = { variable 846 return &user_ppc_native_view; in task_user_regset_view()
|
Completed in 7 milliseconds