HyperPlatform Programmer's Reference
|
See: Format of the VM-Entry Interruption-Information Field. More...
#include <ia32_type.h>
Public Attributes | |
ULONG32 | all |
struct { | |
ULONG32 vector: 8 | |
[0:7] More... | |
ULONG32 interruption_type: 3 | |
[8:10] More... | |
ULONG32 deliver_error_code: 1 | |
[11] More... | |
ULONG32 reserved: 19 | |
[12:30] More... | |
ULONG32 valid: 1 | |
[31] More... | |
} | fields |
See: Format of the VM-Entry Interruption-Information Field.
Definition at line 1634 of file ia32_type.h.
ULONG32 VmEntryInterruptionInformationField::all |
Definition at line 1635 of file ia32_type.h.
ULONG32 VmEntryInterruptionInformationField::deliver_error_code |
[11]
Definition at line 1639 of file ia32_type.h.
struct { ... } VmEntryInterruptionInformationField::fields |
ULONG32 VmEntryInterruptionInformationField::interruption_type |
[8:10]
Definition at line 1638 of file ia32_type.h.
ULONG32 VmEntryInterruptionInformationField::reserved |
[12:30]
Definition at line 1640 of file ia32_type.h.
ULONG32 VmEntryInterruptionInformationField::valid |
[31]
Definition at line 1641 of file ia32_type.h.
ULONG32 VmEntryInterruptionInformationField::vector |
[0:7]
Definition at line 1637 of file ia32_type.h.