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

/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyRegion.c383 EFI_LEGACY_REGION_DESCRIPTOR *DescriptorArray; local
395 DescriptorArray = AllocatePool (sizeof (EFI_LEGACY_REGION_DESCRIPTOR) * SectionCount * 3);
396 if (DescriptorArray == NULL) {
402 DescriptorArray[DescriptorIndex].Start = SectionInfo[Index].Start;
403 DescriptorArray[DescriptorIndex].Length = SectionInfo[Index].Length;
404 DescriptorArray[DescriptorIndex].Granularity = SectionInfo[Index].Length;
406 DescriptorArray[DescriptorIndex].Attribute = LegacyRegionDecoded;
408 DescriptorArray[DescriptorIndex].Attribute = LegacyRegionNotDecoded;
415 DescriptorArray[DescriptorIndex].Start = SectionInfo[Index].Start;
416 DescriptorArray[DescriptorInde
[all...]

Completed in 33 milliseconds