HyperPlatform Programmer's Reference
Public Attributes | List of all members
VmEntryInterruptionInformationField Union 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
 

Detailed Description

See: Format of the VM-Entry Interruption-Information Field.

Definition at line 1634 of file ia32_type.h.

Member Data Documentation

◆ all

ULONG32 VmEntryInterruptionInformationField::all

Definition at line 1635 of file ia32_type.h.

◆ deliver_error_code

ULONG32 VmEntryInterruptionInformationField::deliver_error_code

[11]

Definition at line 1639 of file ia32_type.h.

◆ fields

struct { ... } VmEntryInterruptionInformationField::fields

◆ interruption_type

ULONG32 VmEntryInterruptionInformationField::interruption_type

[8:10]

Definition at line 1638 of file ia32_type.h.

◆ reserved

ULONG32 VmEntryInterruptionInformationField::reserved

[12:30]

Definition at line 1640 of file ia32_type.h.

◆ valid

ULONG32 VmEntryInterruptionInformationField::valid

[31]

Definition at line 1641 of file ia32_type.h.

◆ vector

ULONG32 VmEntryInterruptionInformationField::vector

[0:7]

Definition at line 1637 of file ia32_type.h.


The documentation for this union was generated from the following file: