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

  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmProfileInternal.h 85 UINT64 MaxDataSize;
SmmProfile.c 866 mSmmProfileBase->MaxDataSize = MultU64x64 (mSmmProfileBase->MaxDataEntries, sizeof(SMM_PROFILE_ENTRY));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanupLib.c 197 UINTN MaxDataSize;
217 MaxDataSize = 0x1000;
218 Data = AllocateZeroPool (MaxDataSize);
234 DataSize = MaxDataSize;
237 Data = ReallocatePool (MaxDataSize, DataSize, Data);
239 MaxDataSize = DataSize;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
Variable.c     [all...]

Completed in 86 milliseconds