Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/x86/include/
H A Dframe.h48 struct trapframe { struct
49 int tf_fs;
73 struct trapframe_vm86 { argument
119 struct trapframe { struct
124 register_t tf_r8;
125 register_t tf_r9;
136 uint16_t tf_fs;
137 uint16_t tf_gs;
140 uint16_t tf_es;
141 uint16_t tf_ds;
[all …]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c2027 struct trapframe { struct
2039 struct trapframe *tf = (struct trapframe *)tfp; in bop_trap() argument