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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/
H A DGcd.c1957 EFI_MEMORY_TYPE_INFORMATION *EfiMemoryTypeInformation; local
2020 EfiMemoryTypeInformation = GET_GUID_HOB_DATA (GuidHob);
2022 if (EfiMemoryTypeInformation != NULL && DataSize > 0 && DataSize <= (EfiMaxMemoryType + 1) * sizeof (EFI_MEMORY_TYPE_INFORMATION)) {
2023 CopyMem (&gMemoryTypeInformation, EfiMemoryTypeInformation, DataSize);

Completed in 36 milliseconds