ReactOS 0.4.15-dev-7994-gb388cb6
_PROCESSOR_IDENTITY Struct Reference

#include <smp.h>

Collaboration diagram for _PROCESSOR_IDENTITY:

Public Attributes

UCHAR ProcessorId
 
UCHAR LapicId
 
BOOLEAN ProcessorStarted
 
BOOLEAN BSPCheck
 
PKPRCB ProcessorPrcb
 

Detailed Description

Definition at line 11 of file smp.h.

Member Data Documentation

◆ BSPCheck

BOOLEAN _PROCESSOR_IDENTITY::BSPCheck

Definition at line 16 of file smp.h.

◆ LapicId

UCHAR _PROCESSOR_IDENTITY::LapicId

Definition at line 14 of file smp.h.

Referenced by HalpParseApicTables(), and HalRequestIpiSpecifyVector().

◆ ProcessorId

UCHAR _PROCESSOR_IDENTITY::ProcessorId

Definition at line 13 of file smp.h.

Referenced by HalpParseApicTables().

◆ ProcessorPrcb

PKPRCB _PROCESSOR_IDENTITY::ProcessorPrcb

Definition at line 17 of file smp.h.

Referenced by HalpSetupProcessorsTable().

◆ ProcessorStarted

BOOLEAN _PROCESSOR_IDENTITY::ProcessorStarted

Definition at line 15 of file smp.h.


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