Home
last modified time | relevance | path

Searched refs:mMsegSize (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/
DSmmStm.c115 UINTN mMsegSize = 0; variable
170 mMsegSize = (UINTN)SmramDescriptor->PhysicalSize; in SmmCpuFeaturesLibStmConstructor()
178 mMsegSize = ALIGN_VALUE (PcdGet32 (PcdCpuMsegSize), EFI_PAGE_SIZE); in SmmCpuFeaturesLibStmConstructor()
184 DEBUG ((DEBUG_INFO, "MsegBase: 0x%08x, MsegSize: 0x%08x\n", mMsegBase, mMsegSize)); in SmmCpuFeaturesLibStmConstructor()
1130 if (MinMsegSize > mMsegSize) { in StmCheckStmImage()
1131 …ROR, "MSEG too small. Min MSEG Size = %08x Current MSEG Size = %08x\n", MinMsegSize, mMsegSize)); in StmCheckStmImage()
1171 ZeroMem ((VOID *)(UINTN)MsegBase, mMsegSize); in StmLoadStmImage()