Home
last modified time | relevance | path

Searched refs:RuntimeImageLength (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyPci.c1868 OUT UINTN *RuntimeImageLength, OPTIONAL in LegacyBiosCheckPciRomEx() argument
1928 RuntimeImageLength, in LegacyBiosCheckPciRomEx()
2265 IN OUT UINTN *RuntimeImageLength, in LegacyBiosInstallRom() argument
2344 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 …]
DLegacyBiosInterface.h1477 OUT UINTN *RuntimeImageLength, OPTIONAL