Searched defs:gMemoryTypeInformation (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
H A DPage.c77 EFI_MEMORY_TYPE_INFORMATION gMemoryTypeInformation[EfiMaxMemoryType + 1] = { variable
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[FreeInde
[all...]

Completed in 50 milliseconds