ReactOS 0.4.15-dev-7907-g95bf896
_APIC_SPURIOUS_INERRUPT_REGISTER Union Reference

#include <apicp.h>

Collaboration diagram for _APIC_SPURIOUS_INERRUPT_REGISTER:

Public Attributes

UINT32 Long
 
struct {
   UINT32   Vector:8
 
   UINT32   SoftwareEnable:1
 
   UINT32   FocusCPUCoreChecking:1
 
   UINT32   ReservedMBZ:22
 
}; 
 

Detailed Description

Definition at line 201 of file apicp.h.

Member Data Documentation

◆ 

struct { ... } _APIC_SPURIOUS_INERRUPT_REGISTER::@1463

◆ FocusCPUCoreChecking

UINT32 _APIC_SPURIOUS_INERRUPT_REGISTER::FocusCPUCoreChecking

Definition at line 208 of file apicp.h.

Referenced by ApicInitializeLocalApic().

◆ Long

UINT32 _APIC_SPURIOUS_INERRUPT_REGISTER::Long

Definition at line 203 of file apicp.h.

Referenced by ApicInitializeLocalApic().

◆ ReservedMBZ

UINT32 _APIC_SPURIOUS_INERRUPT_REGISTER::ReservedMBZ

Definition at line 209 of file apicp.h.

◆ SoftwareEnable

UINT32 _APIC_SPURIOUS_INERRUPT_REGISTER::SoftwareEnable

Definition at line 207 of file apicp.h.

Referenced by ApicInitializeLocalApic().

◆ Vector

UINT32 _APIC_SPURIOUS_INERRUPT_REGISTER::Vector

Definition at line 206 of file apicp.h.

Referenced by ApicInitializeLocalApic().


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