HomeSort by relevance Sort by last modified time
    Searched defs:DescriptorArray (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
LegacyRegion.c 402 EFI_LEGACY_REGION_DESCRIPTOR *DescriptorArray;
414 DescriptorArray = AllocatePool (sizeof (EFI_LEGACY_REGION_DESCRIPTOR) * SectionCount * 3);
415 if (DescriptorArray == NULL) {
421 DescriptorArray[DescriptorIndex].Start = SectionInfo[Index].Start;
422 DescriptorArray[DescriptorIndex].Length = SectionInfo[Index].Length;
423 DescriptorArray[DescriptorIndex].Granularity = SectionInfo[Index].Length;
425 DescriptorArray[DescriptorIndex].Attribute = LegacyRegionDecoded;
427 DescriptorArray[DescriptorIndex].Attribute = LegacyRegionNotDecoded;
434 DescriptorArray[DescriptorIndex].Start = SectionInfo[Index].Start;
435 DescriptorArray[DescriptorIndex].Length = SectionInfo[Index].Length;
    [all...]
  /external/v8/tools/
grokdump.py     [all...]
  /external/v8/src/
objects.h 82 // - DescriptorArray
    [all...]

Completed in 134 milliseconds