HV_VIRTUAL_APIC_ASSIST union
The HV_VIRTUAL_APIC_ASSIST union describes the format of the APIC assist page.
Syntax
typedef union _HV_VIRTUAL_APIC_ASSIST { UINT32 ApicFlags; struct { UINT32 NoEOIRequired :1; }; } HV_VIRTUAL_APIC_ASSIST, *PHV_VIRTUAL_APIC_ASSIST;
Members
- ApicFlags
-
A member in the union that can hold one 32-bit value that contains flags for the APIC assist page.
- NoEOIRequired
-
A UINT32 value that indicates that no end of interrupt (EOI) is required.
Remarks
The following constant defines a value to update the virtual APIC state:
#define HV_VIRTUAL_APIC_NO_EOI_REQUIRED 0x0
For more information about the virtual APIC assist page, see EOI Intercepts.
Requirements
Header |
|
---|
Send comments about this topic to Microsoft
Build date: 11/16/2013
Show: