Home
last modified time | relevance | path

Searched refs:EfiMemoryTypeInformation (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
DHob.c128 EFI_MEMORY_TYPE_INFORMATION *EfiMemoryTypeInformation; in EblHobCmd() local
179 EfiMemoryTypeInformation = GET_GUID_HOB_DATA (Hob.Guid); in EblHobCmd()
180 …_DATA_SIZE (Hob.Guid)/sizeof (EFI_MEMORY_TYPE_INFORMATION)); Index++, EfiMemoryTypeInformation++) { in EblHobCmd()
185 …(EfiMemoryTypeInformation->Type < EfiMaxMemoryType) ? gMemMapType[EfiMemoryTypeInformation->Type] … in EblHobCmd()
186 EfiMemoryTypeInformation->NumberOfPages in EblHobCmd()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
DGcd.c2054 EFI_MEMORY_TYPE_INFORMATION *EfiMemoryTypeInformation; in CoreInitializeMemoryServices() local
2112 EfiMemoryTypeInformation = GET_GUID_HOB_DATA (GuidHob); in CoreInitializeMemoryServices()
2114 …if (EfiMemoryTypeInformation != NULL && DataSize > 0 && DataSize <= (EfiMaxMemoryType + 1) * sizeo… in CoreInitializeMemoryServices()
2115 CopyMem (&gMemoryTypeInformation, EfiMemoryTypeInformation, DataSize); in CoreInitializeMemoryServices()