HomeSort by relevance Sort by last modified time
    Searched refs:EfiMemoryTypeInformation (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Hob.c 128 EFI_MEMORY_TYPE_INFORMATION *EfiMemoryTypeInformation;
179 EfiMemoryTypeInformation = GET_GUID_HOB_DATA (Hob.Guid);
180 for (Index = 0; Index < (GET_GUID_HOB_DATA_SIZE (Hob.Guid)/sizeof (EFI_MEMORY_TYPE_INFORMATION)); Index++, EfiMemoryTypeInformation++) {
185 (EfiMemoryTypeInformation->Type < EfiMaxMemoryType) ? gMemMapType[EfiMemoryTypeInformation->Type] : "END ",
186 EfiMemoryTypeInformation->NumberOfPages
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
Gcd.c     [all...]

Completed in 58 milliseconds