Home
last modified time | relevance | path

Searched refs:trapframe (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_util.h32 struct trapframe;
38 void dump_trapframe(struct trapframe *tf);
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dframe.h48 struct trapframe { struct
119 struct trapframe { struct
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dtrap.c81 void report_exc(struct trapframe *tf);
83 report_exc(struct trapframe *tf) in report_exc()
/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
2055 tf = (struct trapframe *)(tfp - 1); in bop_trap()