ReactOS 0.4.15-dev-7842-g558ab78
_IOAPIC_REDIRECTION_REGISTER Union Reference

#include <apicp.h>

Collaboration diagram for _IOAPIC_REDIRECTION_REGISTER:

Public Attributes

UINT64 LongLong
 
struct {
   UINT32   Long0
 
   UINT32   Long1
 
}; 
 
struct {
   UINT64   Vector:8
 
   UINT64   MessageType:3
 
   UINT64   DestinationMode:1
 
   UINT64   DeliveryStatus:1
 
   UINT64   Polarity:1
 
   UINT64   RemoteIRR:1
 
   UINT64   TriggerMode:1
 
   UINT64   Mask:1
 
   UINT64   Reserved:39
 
   UINT64   Destination:8
 
}; 
 

Detailed Description

Definition at line 290 of file apicp.h.

Member Data Documentation

◆ 

struct { ... } _IOAPIC_REDIRECTION_REGISTER::@1474

◆ 

struct { ... } _IOAPIC_REDIRECTION_REGISTER::@1476

◆ DeliveryStatus

UINT64 _IOAPIC_REDIRECTION_REGISTER::DeliveryStatus

Definition at line 303 of file apicp.h.

Referenced by ApicInitializeIOApic(), and HalpAllocateSystemInterrupt().

◆ Destination

UINT64 _IOAPIC_REDIRECTION_REGISTER::Destination

◆ DestinationMode

UINT64 _IOAPIC_REDIRECTION_REGISTER::DestinationMode

◆ Long0

UINT32 _IOAPIC_REDIRECTION_REGISTER::Long0

◆ Long1

UINT32 _IOAPIC_REDIRECTION_REGISTER::Long1

Definition at line 296 of file apicp.h.

Referenced by ApicReadIORedirectionEntry(), and ApicWriteIORedirectionEntry().

◆ LongLong

UINT64 _IOAPIC_REDIRECTION_REGISTER::LongLong

Definition at line 292 of file apicp.h.

◆ Mask

UINT64 _IOAPIC_REDIRECTION_REGISTER::Mask

◆ MessageType

UINT64 _IOAPIC_REDIRECTION_REGISTER::MessageType

◆ Polarity

UINT64 _IOAPIC_REDIRECTION_REGISTER::Polarity

Definition at line 304 of file apicp.h.

Referenced by ApicInitializeIOApic(), and HalpAllocateSystemInterrupt().

◆ RemoteIRR

UINT64 _IOAPIC_REDIRECTION_REGISTER::RemoteIRR

Definition at line 305 of file apicp.h.

Referenced by ApicInitializeIOApic(), and HalpAllocateSystemInterrupt().

◆ Reserved

UINT64 _IOAPIC_REDIRECTION_REGISTER::Reserved

Definition at line 308 of file apicp.h.

Referenced by ApicInitializeIOApic(), and HalpAllocateSystemInterrupt().

◆ TriggerMode

UINT64 _IOAPIC_REDIRECTION_REGISTER::TriggerMode

◆ Vector

UINT64 _IOAPIC_REDIRECTION_REGISTER::Vector

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