Expand Minimize

HV_X64_APIC_EOI_MESSAGE structure

The HV_X64_APIC_EOI_MESSAGE structure describes an APIC EOI message.

Syntax


typedef struct _HV_X64_APIC_EOI_MESSAGE {
  UINT32 VpIndex;
  UINT32 InterruptVector;
} HV_X64_APIC_EOI_MESSAGE, *PHV_X64_APIC_EOI_MESSAGE;

Members

VpIndex

A 32-bit value that specifies the index of the virtual processor that indicated the end of an interrupt (EOI).

InterruptVector

A 32-bit value that provides the vector of the interrupt that recently completed EOI.

Remarks

For more information about how APIC EOI messages are encoded, see APIC EOI Message.

Requirements

Header

Hvgdk.h (include Hvgdk.h)

 

 

Send comments about this topic to Microsoft

Build date: 11/16/2013

Show:
© 2014 Microsoft. All rights reserved.