Searched refs:RuntimeImageLength (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
H A D | LegacyPci.c | 1840 @param[out] RuntimeImageLength Runtime size of ROM Image 1856 OUT UINTN *RuntimeImageLength, OPTIONAL 1915 RuntimeImageLength, 2231 @param RuntimeImageLength On input is the max runtime image length indicated by the PCIR structure 2252 IN OUT UINTN *RuntimeImageLength, 2314 if (RuntimeAddress + *RuntimeImageLength > PcdGet32 (PcdEndOpromShadowAddress)) { 2534 *RuntimeImageLength = ((EFI_LEGACY_EXPANSION_ROM_HEADER *) (RuntimeAddress))->Size512 * 512; 2535 DEBUG ((EFI_D_INFO, " fsize = %x\n", *RuntimeImageLength)); 2541 if (*RuntimeImageLength < ImageSize) { 2545 gBS->SetMem ((VOID *) (InitAddress + *RuntimeImageLength), ImageSiz 1851 LegacyBiosCheckPciRomEx( IN EFI_LEGACY_BIOS_PROTOCOL *This, IN EFI_HANDLE PciHandle, OUT VOID **RomImage, OPTIONAL OUT UINTN *RomSize, OPTIONAL OUT UINTN *RuntimeImageLength, OPTIONAL OUT UINTN *Flags, OPTIONAL OUT UINT8 *OpromRevision, OPTIONAL OUT VOID **ConfigUtilityCodeHeader OPTIONAL ) argument 2245 LegacyBiosInstallRom( IN EFI_LEGACY_BIOS_PROTOCOL *This, IN LEGACY_BIOS_INSTANCE *Private, IN EFI_HANDLE PciHandle, IN UINT8 OpromRevision, IN VOID *RomImage, IN UINTN ImageSize, IN OUT UINTN *RuntimeImageLength, OUT UINT8 *DiskStart, OPTIONAL OUT UINT8 *DiskEnd, OPTIONAL OUT VOID **RomShadowAddress OPTIONAL ) argument 2685 UINTN RuntimeImageLength; local [all...] |
H A D | LegacyBiosInterface.h | 1450 @param[out] RuntimeImageLength Runtime size of ROM Image 1466 OUT UINTN *RuntimeImageLength, OPTIONAL
|
Completed in 4419 milliseconds