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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/
H A Dpci30.h39 UINT16 MaxRuntimeImageLength; member in struct:__anon10204
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPci30.h62 UINT16 MaxRuntimeImageLength; member in struct:__anon11718
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyPci.c271 @param MaxRuntimeImageLength The max runtime image length only valid if OpRomRevision >= 3
286 OUT UINTN *MaxRuntimeImageLength, OPTIONAL
409 if (MaxRuntimeImageLength != NULL) {
411 *MaxRuntimeImageLength = 0;
413 *MaxRuntimeImageLength = Pcir->MaxRuntimeImageLength * 512;
2912 RuntimeImageLength = Pcir->MaxRuntimeImageLength * 512;
280 GetPciLegacyRom( IN UINT16 Csm16Revision, IN UINT16 VendorId, IN UINT16 DeviceId, IN OUT VOID **Rom, IN OUT UINTN *ImageSize, OUT UINTN *MaxRuntimeImageLength, OPTIONAL OUT UINT8 *OpRomRevision, OPTIONAL OUT VOID **ConfigUtilityCodeHeader OPTIONAL ) argument

Completed in 151 milliseconds