_EFI_SMM_ENTRY_CONTEXT Struct Reference


Data Fields

EFI_SMM_STARTUP_THIS_AP SmmStartupThisAp
UINTN CurrentlyExecutingCpu
UINTN NumberOfCpus
UINTN * CpuSaveStateSize
VOID ** CpuSaveState

Detailed Description

Processor information and functionality needed by SMM Foundation.

Field Documentation

Points to an array, where each element is a pointer to a CPU save state. The corresponding element in CpuSaveStateSize specifies the number of bytes in the save state area. There are always NumberOfCpus entries in the array.

Points to an array, where each element describes the number of bytes in the corresponding save state specified by CpuSaveState. There are always NumberOfCpus entries in the array.

A number between zero and the NumberOfCpus field. This field designates which processor is executing the SMM Foundation.

The number of possible processors in the platform. This is a 1 based counter. This does not indicate the number of processors that entered SMM.


Generated on Thu Sep 24 23:14:26 2015 for MdePkg[ALL] by  doxygen 1.5.7.1