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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmAccess2OnSmmAccessThunk/
H A DSmmAccess2OnSmmAccessThunk.c49 UINTN DescriptorIndex; local
56 for (DescriptorIndex = 0; DescriptorIndex < mSmramRegionNumber && !EFI_ERROR (Status); DescriptorIndex++) {
57 Status = mSmmAccess->Open (mSmmAccess, DescriptorIndex);
84 UINTN DescriptorIndex; local
91 for (DescriptorIndex = 0; DescriptorIndex < mSmramRegionNumber && !EFI_ERROR (Status); DescriptorIndex++) {
92 Status = mSmmAccess->Close (mSmmAccess, DescriptorIndex);
118 UINTN DescriptorIndex; local
[all...]
/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyRegion.c404 UINTN DescriptorIndex; local
419 DescriptorIndex = 0;
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;
429 DescriptorIndex++;
434 DescriptorArray[DescriptorIndex].Start = SectionInfo[Index].Start;
435 DescriptorArray[DescriptorIndex]
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
H A DMemoryProfileInfo.c531 @param[in] DescriptorIndex Memory profile descriptor index.
539 IN UINTN DescriptorIndex,
546 Print (L" MEMORY_PROFILE_DESCRIPTOR (0x%x)\n", DescriptorIndex);
570 UINTN DescriptorIndex; local
583 for (DescriptorIndex = 0; DescriptorIndex < FreeMemory->FreeMemoryEntryCount; DescriptorIndex++) {
584 Descriptor = DumpMemoryProfileDescriptor (DescriptorIndex, Descriptor);
607 UINTN DescriptorIndex; local
619 for (DescriptorIndex
538 DumpMemoryProfileDescriptor( IN UINTN DescriptorIndex, IN MEMORY_PROFILE_DESCRIPTOR *Descriptor ) argument
[all...]

Completed in 124 milliseconds