Searched defs:trapframe (Results 1 – 2 of 2) sorted by relevance
53 typedef struct trapframe { struct74 } trapframe_t; argument
78 struct trapframe { struct79 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;[all …]