Searched refs:user_x86_32_view (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/x86/kernel/ |
D | ptrace.c | 704 static const struct user_regset_view user_x86_32_view; /* Initialized below. */ variable 721 const struct user_regset_view *regset_view = &user_x86_32_view; in arch_ptrace() 790 return copy_regset_to_user(child, &user_x86_32_view, in arch_ptrace() 796 return copy_regset_from_user(child, &user_x86_32_view, in arch_ptrace() 1065 return copy_regset_to_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1071 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1077 return copy_regset_to_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1084 child, &user_x86_32_view, REGSET_FP, in ia32_arch_ptrace() 1088 return copy_regset_to_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1094 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace() [all …]
|