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

  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmProfileInternal.h 88 UINT64 MaxDataSize;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
PlatVarCleanupLib.c 188 UINTN MaxDataSize;
208 MaxDataSize = 0x1000;
209 Data = AllocateZeroPool (MaxDataSize);
225 DataSize = MaxDataSize;
228 Data = ReallocatePool (MaxDataSize, DataSize, Data);
230 MaxDataSize = DataSize;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
Variable.c     [all...]

Completed in 126 milliseconds