ReactOS 0.4.15-dev-7108-g1cf6ce6
_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   DeliveryMode: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 289 of file apicp.h.

Member Data Documentation

◆ 

struct { ... } _IOAPIC_REDIRECTION_REGISTER::@1466

◆ 

struct { ... } _IOAPIC_REDIRECTION_REGISTER::@1468

◆ DeliveryMode

UINT64 _IOAPIC_REDIRECTION_REGISTER::DeliveryMode

◆ DeliveryStatus

UINT64 _IOAPIC_REDIRECTION_REGISTER::DeliveryStatus

Definition at line 302 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 295 of file apicp.h.

Referenced by ApicReadIORedirectionEntry(), and ApicWriteIORedirectionEntry().

◆ LongLong

UINT64 _IOAPIC_REDIRECTION_REGISTER::LongLong

Definition at line 291 of file apicp.h.

◆ Mask

UINT64 _IOAPIC_REDIRECTION_REGISTER::Mask

◆ Polarity

UINT64 _IOAPIC_REDIRECTION_REGISTER::Polarity

Definition at line 303 of file apicp.h.

Referenced by ApicInitializeIOApic(), and HalpAllocateSystemInterrupt().

◆ RemoteIRR

UINT64 _IOAPIC_REDIRECTION_REGISTER::RemoteIRR

Definition at line 304 of file apicp.h.

Referenced by ApicInitializeIOApic(), and HalpAllocateSystemInterrupt().

◆ Reserved

UINT64 _IOAPIC_REDIRECTION_REGISTER::Reserved

Definition at line 307 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: