ReactOS 0.4.15-dev-7842-g558ab78
_APIC_INTERRUPT_COMMAND_REGISTER Union Reference

#include <apicp.h>

Collaboration diagram for _APIC_INTERRUPT_COMMAND_REGISTER:

Public Attributes

UINT64 LongLong
 
struct {
   UINT32   Long0
 
   UINT32   Long1
 
}; 
 
struct {
   UINT64   Vector:8
 
   UINT64   MessageType:3
 
   UINT64   DestinationMode:1
 
   UINT64   DeliveryStatus:1
 
   UINT64   ReservedMBZ:1
 
   UINT64   Level:1
 
   UINT64   TriggerMode:1
 
   UINT64   RemoteReadStatus:2
 
   UINT64   DestinationShortHand:2
 
   UINT64   Reserved2MBZ:36
 
   UINT64   Destination:8
 
}; 
 

Detailed Description

Definition at line 238 of file apicp.h.

Member Data Documentation

◆ 

struct { ... } _APIC_INTERRUPT_COMMAND_REGISTER::@1468

◆ 

struct { ... } _APIC_INTERRUPT_COMMAND_REGISTER::@1470

◆ DeliveryStatus

UINT64 _APIC_INTERRUPT_COMMAND_REGISTER::DeliveryStatus

Definition at line 251 of file apicp.h.

Referenced by ApicRequestGlobalInterrupt(), and ApicRequestSelfInterrupt().

◆ Destination

UINT64 _APIC_INTERRUPT_COMMAND_REGISTER::Destination

Definition at line 258 of file apicp.h.

Referenced by ApicRequestGlobalInterrupt().

◆ DestinationMode

UINT64 _APIC_INTERRUPT_COMMAND_REGISTER::DestinationMode

Definition at line 250 of file apicp.h.

Referenced by ApicRequestGlobalInterrupt().

◆ DestinationShortHand

UINT64 _APIC_INTERRUPT_COMMAND_REGISTER::DestinationShortHand

Definition at line 256 of file apicp.h.

Referenced by ApicRequestGlobalInterrupt(), and ApicRequestSelfInterrupt().

◆ Level

UINT64 _APIC_INTERRUPT_COMMAND_REGISTER::Level

Definition at line 253 of file apicp.h.

Referenced by ApicRequestGlobalInterrupt().

◆ Long0

UINT32 _APIC_INTERRUPT_COMMAND_REGISTER::Long0

Definition at line 243 of file apicp.h.

Referenced by ApicRequestGlobalInterrupt(), and ApicRequestSelfInterrupt().

◆ Long1

UINT32 _APIC_INTERRUPT_COMMAND_REGISTER::Long1

Definition at line 244 of file apicp.h.

Referenced by ApicRequestGlobalInterrupt().

◆ LongLong

UINT64 _APIC_INTERRUPT_COMMAND_REGISTER::LongLong

Definition at line 240 of file apicp.h.

Referenced by ApicRequestGlobalInterrupt().

◆ MessageType

UINT64 _APIC_INTERRUPT_COMMAND_REGISTER::MessageType

Definition at line 249 of file apicp.h.

Referenced by ApicRequestGlobalInterrupt(), and ApicRequestSelfInterrupt().

◆ RemoteReadStatus

UINT64 _APIC_INTERRUPT_COMMAND_REGISTER::RemoteReadStatus

Definition at line 255 of file apicp.h.

Referenced by ApicRequestGlobalInterrupt().

◆ Reserved2MBZ

UINT64 _APIC_INTERRUPT_COMMAND_REGISTER::Reserved2MBZ

Definition at line 257 of file apicp.h.

◆ ReservedMBZ

UINT64 _APIC_INTERRUPT_COMMAND_REGISTER::ReservedMBZ

Definition at line 252 of file apicp.h.

◆ TriggerMode

UINT64 _APIC_INTERRUPT_COMMAND_REGISTER::TriggerMode

Definition at line 254 of file apicp.h.

Referenced by ApicRequestGlobalInterrupt(), and ApicRequestSelfInterrupt().

◆ Vector

UINT64 _APIC_INTERRUPT_COMMAND_REGISTER::Vector

Definition at line 248 of file apicp.h.

Referenced by ApicRequestGlobalInterrupt(), and ApicRequestSelfInterrupt().


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