Searched refs:user_ppc_native_view (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
D | ptrace.c | 668 static const struct user_regset_view user_ppc_native_view = { variable 848 return &user_ppc_native_view; in task_user_regset_view() 1690 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 1699 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 1705 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 1711 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 1718 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 1725 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() 1733 return copy_regset_to_user(child, &user_ppc_native_view, in arch_ptrace() 1739 return copy_regset_from_user(child, &user_ppc_native_view, in arch_ptrace() [all …]
|