TianoCore EDK2 master
Loading...
Searching...
No Matches
SMM_BASE_HOB_DATA Struct Reference

Data Fields

UINT32 ProcessorIndex
 
UINT32 NumberOfProcessors
 
UINT64 SmBase []
 

Detailed Description

Definition at line 51 of file SmmBaseHob.h.

Field Documentation

◆ NumberOfProcessors

UINT32 SMM_BASE_HOB_DATA::NumberOfProcessors

Describes the Number of all max supported processors.

Definition at line 65 of file SmmBaseHob.h.

◆ ProcessorIndex

UINT32 SMM_BASE_HOB_DATA::ProcessorIndex

ProcessorIndex tells which processor range this specific HOB instance described. If ProcessorIndex is set to 0, it indicats the HOB describes the processor from 0 to NumberOfProcessors - 1. The HOB list may contains multiple this HOB instances. Each HOB instances describe the information for processor from ProcessorIndex to ProcessorIndex + NumberOfProcessors - 1. The instance order in the HOB list is random so consumer can not assume the ProcessorIndex of first instance is 0.

Definition at line 61 of file SmmBaseHob.h.

◆ SmBase

UINT64 SMM_BASE_HOB_DATA::SmBase[]

Pointer to SmBase address for each processor.

Definition at line 69 of file SmmBaseHob.h.


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