Searched refs:user_x86_32_view (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | ptrace.c | 724 static const struct user_regset_view user_x86_32_view; /* Initialized below. */ variable 741 const struct user_regset_view *regset_view = &user_x86_32_view; in arch_ptrace() 810 return copy_regset_to_user(child, &user_x86_32_view, in arch_ptrace() 816 return copy_regset_from_user(child, &user_x86_32_view, in arch_ptrace() 1085 return copy_regset_to_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1091 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1097 return copy_regset_to_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1104 child, &user_x86_32_view, REGSET_FP, in ia32_arch_ptrace() 1108 return copy_regset_to_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1114 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1353 static const struct user_regset_view user_x86_32_view = { global() variable [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | ptrace.c | 705 static const struct user_regset_view user_x86_32_view; /* Initialized below. */ variable 780 return copy_regset_to_user(child, &user_x86_32_view, in arch_ptrace() 786 return copy_regset_from_user(child, &user_x86_32_view, in arch_ptrace() 1055 return copy_regset_to_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1061 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1067 return copy_regset_to_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1074 child, &user_x86_32_view, REGSET_FP, in ia32_arch_ptrace() 1078 return copy_regset_to_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1084 return copy_regset_from_user(child, &user_x86_32_view, in ia32_arch_ptrace() 1289 static const struct user_regset_view user_x86_32_view variable [all...] |
Completed in 4 milliseconds