Searched refs:gMemoryTypeInformation (Results 1 – 4 of 4) sorted by relevance
77 EFI_MEMORY_TYPE_INFORMATION gMemoryTypeInformation[EfiMaxMemoryType + 1] = { variable574 for (Index = 0; gMemoryTypeInformation[Index].Type != EfiMaxMemoryType; Index++) { in CoreAddMemoryDescriptor()578 Type = (EFI_MEMORY_TYPE) (gMemoryTypeInformation[Index].Type); in CoreAddMemoryDescriptor()582 if (gMemoryTypeInformation[Index].NumberOfPages != 0) { in CoreAddMemoryDescriptor()589 gMemoryTypeInformation[Index].NumberOfPages, in CoreAddMemoryDescriptor()602 Type = (EFI_MEMORY_TYPE) (gMemoryTypeInformation[FreeIndex].Type); in CoreAddMemoryDescriptor()607 if (gMemoryTypeInformation[FreeIndex].NumberOfPages != 0) { in CoreAddMemoryDescriptor()610 gMemoryTypeInformation[FreeIndex].NumberOfPages in CoreAddMemoryDescriptor()624 LShiftU64 (gMemoryTypeInformation[Index].NumberOfPages, EFI_PAGE_SHIFT) - 1; in CoreAddMemoryDescriptor()641 for (Index = 0; gMemoryTypeInformation[Index].Type != EfiMaxMemoryType; Index++) { in CoreAddMemoryDescriptor()[all …]
2024 for (Index = 0; gMemoryTypeInformation[Index].Type != EfiMaxMemoryType; Index++) { in CalculateTotalMemoryBinSizeNeeded()2025 TotalSize += LShiftU64 (gMemoryTypeInformation[Index].NumberOfPages, EFI_PAGE_SHIFT); in CalculateTotalMemoryBinSizeNeeded()2115 CopyMem (&gMemoryTypeInformation, EfiMemoryTypeInformation, DataSize); in CoreInitializeMemoryServices()
328 Status = CoreInstallConfigurationTable (&gEfiMemoryTypeInformationGuid, &gMemoryTypeInformation); in DxeMain()
296 extern EFI_MEMORY_TYPE_INFORMATION gMemoryTypeInformation[EfiMaxMemoryType + 1];