Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Context data for an exit caused by an APIC EOI of a level-triggered interrupt.
Note
This exit reason and its context structure apply to x64 partitions only.
Syntax
//
// Context data for an exit caused by an APIC EOI of a level-triggered
// interrupt (WHvRunVpExitReasonX64ApicEoi)
//
typedef struct WHV_X64_APIC_EOI_CONTEXT
{
UINT32 InterruptVector;
} WHV_X64_APIC_EOI_CONTEXT;
Remarks
Information about an exit caused by an APIC EOI of a level-triggered interrupt is provided in the WHV_X64_APIC_EOI_CONTEXT structure.