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