Lines Matching defs:trapframe_vm86
74 struct trapframe_vm86 { struct
75 int tf_fs;
76 int tf_es;
77 int tf_ds;
78 int tf_edi;
79 int tf_esi;
80 int tf_ebp;
81 int tf_isp;
82 int tf_ebx;
83 int tf_edx;
84 int tf_ecx;
85 int tf_eax;
86 int tf_trapno;
88 int tf_err;
89 int tf_eip;
90 int tf_cs;
91 int tf_eflags;
93 int tf_esp;
94 int tf_ss;
96 int tf_vm86_es;
97 int tf_vm86_ds;
98 int tf_vm86_fs;
99 int tf_vm86_gs;