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

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
Page.c 77 EFI_MEMORY_TYPE_INFORMATION gMemoryTypeInformation[EfiMaxMemoryType + 1] = {
572 // Loop through each memory type in the order specified by the gMemoryTypeInformation[] array
574 for (Index = 0; gMemoryTypeInformation[Index].Type != EfiMaxMemoryType; Index++) {
576 // Make sure the memory type in the gMemoryTypeInformation[] array is valid
578 Type = (EFI_MEMORY_TYPE) (gMemoryTypeInformation[Index].Type);
582 if (gMemoryTypeInformation[Index].NumberOfPages != 0) {
589 gMemoryTypeInformation[Index].NumberOfPages,
600 // Make sure the memory type in the gMemoryTypeInformation[] array is valid
602 Type = (EFI_MEMORY_TYPE) (gMemoryTypeInformation[FreeIndex].Type);
607 if (gMemoryTypeInformation[FreeIndex].NumberOfPages != 0) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
Gcd.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
DxeMain.c 328 Status = CoreInstallConfigurationTable (&gEfiMemoryTypeInformationGuid, &gMemoryTypeInformation);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h 296 extern EFI_MEMORY_TYPE_INFORMATION gMemoryTypeInformation[EfiMaxMemoryType + 1];
    [all...]

Completed in 391 milliseconds