HomeSort by relevance Sort by last modified time
    Searched refs:CpuSaveStateSize (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiSmmCis.h 231 UINTN *CpuSaveStateSize;
234 /// corresponding element in CpuSaveStateSize specifies the number of bytes in the
311 UINTN *CpuSaveStateSize;
314 /// corresponding element in CpuSaveStateSize specifies the number of bytes in the
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Smm/SmmScriptLib/
PiSmmDefinition.h 289 UINTN *CpuSaveStateSize;
292 /// corresponding element in CpuSaveStateSize specifies the number of bytes in the
369 UINTN *CpuSaveStateSize;
372 /// corresponding element in CpuSaveStateSize specifies the number of bytes in the
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmCore.c 51 NULL, // CpuSaveStateSize
446 gSmmCoreSmst.CpuSaveStateSize = SmmEntryContext->CpuSaveStateSize;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
PiSmmCpuDxeSmm.c 26 NULL, // Pointer to CpuSaveStateSize array
33 NULL, // SmmCoreEntryContext.CpuSaveStateSize
769 gSmmCpuPrivate->CpuSaveStateSize = (UINTN *)AllocatePool (sizeof (UINTN) * mMaxNumberOfCpus);
770 ASSERT (gSmmCpuPrivate->CpuSaveStateSize != NULL);
775 mSmmCpuPrivateData.SmmCoreEntryContext.CpuSaveStateSize = gSmmCpuPrivate->CpuSaveStateSize;
794 gSmmCpuPrivate->CpuSaveStateSize[Index] = sizeof(SMRAM_SAVE_STATE_MAP);
808 gSmmCpuPrivate->CpuSaveStateSize[Index]
    [all...]
CpuS3.c 581 gSmst->CpuSaveStateSize = gSmmCpuPrivate->SmmCoreEntryContext.CpuSaveStateSize;
PiSmmCpuDxeSmm.h 166 UINTN *CpuSaveStateSize;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/
PiSmmCommunicationPei.c 94 UINT64 CpuSaveStateSize;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmLockBoxLib/
SmmLockBoxPeiLib.c 60 UINT64 CpuSaveStateSize;

Completed in 155 milliseconds