Home
last modified time | relevance | path

Searched refs:MaxRuntimeImageLength (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Dpci30.h45 UINT16 MaxRuntimeImageLength; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
Dpci30.h37 UINT16 MaxRuntimeImageLength; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DPci30.h72 UINT16 MaxRuntimeImageLength; member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyPci.c286 OUT UINTN *MaxRuntimeImageLength, OPTIONAL in GetPciLegacyRom() argument
409 if (MaxRuntimeImageLength != NULL) { in GetPciLegacyRom()
411 *MaxRuntimeImageLength = 0; in GetPciLegacyRom()
413 *MaxRuntimeImageLength = Pcir->MaxRuntimeImageLength * 512; in GetPciLegacyRom()
2978 RuntimeImageLength = Pcir->MaxRuntimeImageLength * 512; in LegacyBiosInstallPciRom()
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
DEfiRom.c646 PciDs30.MaxRuntimeImageLength = 0; // to be fixed in ProcessEfiFile()
1436 fprintf (stdout, " MaxRuntimeImageLength 0x%02X\n", PciDs30.MaxRuntimeImageLength); in DumpImage()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
DEfiRom.c1535 fprintf (stdout, " Max Runtime Image Length 0x%08X\n", PciDs.MaxRuntimeImageLength * 512); in DumpImage()