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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DSmmAccess.h42 @param DescriptorIndex Indicates that the driver wishes to open
46 @retval EFI_INVALID_PARAMETER The given DescriptorIndex is not supported.
54 UINTN DescriptorIndex
61 @param DescriptorIndex Indicates that the driver wishes to close
65 @retval EFI_DEVICE_ERROR The given DescriptorIndex is not open.
66 @retval EFI_INVALID_PARAMETER The given DescriptorIndex is not supported.
74 UINTN DescriptorIndex
81 @param DescriptorIndex Indicates that the driver wishes to lock
85 @retval EFI_DEVICE_ERROR The given DescriptorIndex is not open.
86 @retval EFI_INVALID_PARAMETER The given DescriptorIndex i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyRegion.c385 UINTN DescriptorIndex; local
400 DescriptorIndex = 0;
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;
410 DescriptorIndex++;
415 DescriptorArray[DescriptorIndex].Start = SectionInfo[Index].Start;
416 DescriptorArray[DescriptorIndex]
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Ppi/
H A DSmmAccess.h44 @param DescriptorIndex The region of SMRAM to Open.
56 IN UINTN DescriptorIndex
67 @param DescriptorIndex The region of SMRAM to Close.
79 IN UINTN DescriptorIndex
90 @param DescriptorIndex The region of SMRAM to Close.
103 IN UINTN DescriptorIndex

Completed in 338 milliseconds