TianoCore EDK2 master
|
Data Fields | |
UINT32 | ProcessorIndex |
UINT32 | NumberOfProcessors |
UINT64 | SmBase [] |
Definition at line 51 of file SmmBaseHob.h.
UINT32 SMM_BASE_HOB_DATA::NumberOfProcessors |
Describes the Number of all max supported processors.
Definition at line 65 of file SmmBaseHob.h.
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.
UINT64 SMM_BASE_HOB_DATA::SmBase[] |
Pointer to SmBase address for each processor.
Definition at line 69 of file SmmBaseHob.h.