Xen Test Framework
|
x86 IDT vector infrastructure. More...
Go to the source code of this file.
Data Structures | |
struct | xtf_idte |
A guest agnostic represention of IDT information. More... | |
Macros | |
#define | X86_VEC_RET2KERN 0x20 |
Return to kernel mode. More... | |
#define | X86_VEC_AVAIL 0x21 |
Available for test use. More... | |
Functions | |
int | xtf_set_idte (unsigned int vector, const struct xtf_idte *idte) |
Set up an IDT Entry, in a guest agnostic way. More... | |
x86 IDT vector infrastructure.
Definition in file idt.h.
#define X86_VEC_RET2KERN 0x20 |
int xtf_set_idte | ( | unsigned int | vector, |
const struct xtf_idte * | idte | ||
) |
Set up an IDT Entry, in a guest agnostic way.
Construct an IDT Entry at the specified vector
, using configuration provided in idte
.
vector | Vector to set up. |
idte | Details to set up. |
Definition at line 73 of file traps.c.