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

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
MemoryAttributesTable.c 94 UINT32 RuntimeEntryCount;
149 RuntimeEntryCount = 0;
154 RuntimeEntryCount ++;
163 MemoryAttributesTable = AllocatePool (sizeof(EFI_MEMORY_ATTRIBUTES_TABLE) + DescriptorSize * RuntimeEntryCount);
166 MemoryAttributesTable->NumberOfEntries = RuntimeEntryCount;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
MemoryAttributesTable.c     [all...]

Completed in 53 milliseconds