Lines Matching defs:trapframe
78 struct trapframe { struct
79 uint16_t tf_gs;
80 uint16_t tf_gs_pad;
81 uint16_t tf_fs;
82 uint16_t tf_fs_pad;
83 uint16_t tf_es;
84 uint16_t tf_es_pad;
85 uint16_t tf_ds;
86 uint16_t tf_ds_pad;
87 int tf_edi;
88 int tf_esi;
89 int tf_ebp;
90 int tf_ebx;
91 int tf_edx;
92 int tf_ecx;
93 int tf_eax;
94 int tf_trapno;
96 int tf_err;
97 int tf_eip;
98 int tf_cs;
99 int tf_eflags;
101 int tf_esp;
102 int tf_ss;