Lines Matching defs:trapframe
48 struct trapframe { struct
49 int tf_fs;
73 struct trapframe_vm86 { argument
119 struct trapframe { struct
120 register_t tf_rdi;
121 register_t tf_rsi;
122 register_t tf_rdx;
123 register_t tf_rcx;
124 register_t tf_r8;
125 register_t tf_r9;
126 register_t tf_rax;
127 register_t tf_rbx;
128 register_t tf_rbp;
129 register_t tf_r10;
130 register_t tf_r11;
131 register_t tf_r12;
132 register_t tf_r13;
133 register_t tf_r14;
134 register_t tf_r15;
135 uint32_t tf_trapno;
136 uint16_t tf_fs;
137 uint16_t tf_gs;
138 register_t tf_addr;
139 uint32_t tf_flags;
140 uint16_t tf_es;
141 uint16_t tf_ds;
143 register_t tf_err;
144 register_t tf_rip;
145 register_t tf_cs;
146 register_t tf_rflags;
148 register_t tf_rsp;
149 register_t tf_ss;