Searched refs:RuntimeImageLength (Results 1 – 2 of 2) sorted by relevance
1868 OUT UINTN *RuntimeImageLength, OPTIONAL in LegacyBiosCheckPciRomEx() argument1928 RuntimeImageLength, in LegacyBiosCheckPciRomEx()2265 IN OUT UINTN *RuntimeImageLength, in LegacyBiosInstallRom() argument2344 if (RuntimeAddress + *RuntimeImageLength > MaxRomAddr) { in LegacyBiosInstallRom()2588 *RuntimeImageLength = 0; in LegacyBiosInstallRom()2590 *RuntimeImageLength = ((EFI_LEGACY_EXPANSION_ROM_HEADER *) RuntimeAddress)->Size512 * 512; in LegacyBiosInstallRom()2593 DEBUG ((EFI_D_INFO, " fsize = %x\n", *RuntimeImageLength)); in LegacyBiosInstallRom()2599 if (*RuntimeImageLength < ImageSize) { in LegacyBiosInstallRom()2603 … gBS->SetMem ((VOID *) (InitAddress + *RuntimeImageLength), ImageSize - *RuntimeImageLength, 0xff); in LegacyBiosInstallRom()2626 if ((*RuntimeImageLength != 0) && (!mIgnoreBbsUpdateFlag)) { in LegacyBiosInstallRom()[all …]
1477 OUT UINTN *RuntimeImageLength, OPTIONAL