Home
last modified time | relevance | path

Searched defs:trapframe (Results 1 – 2 of 2) sorted by relevance

/minix3/sys/arch/arm/include/
H A Dframe.h53 typedef struct trapframe { struct
74 } trapframe_t; argument
/minix3/sys/arch/i386/include/
H A Dframe.h78 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;
[all …]