Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyPci.c2289 UINTN InitAddress; in LegacyBiosInstallRom() local
2339 InitAddress = (UINTN) PhysicalAddress; in LegacyBiosInstallRom()
2361 InitAddress = PCI_START_ADDRESS (Private->OptionRom); in LegacyBiosInstallRom()
2362 if (InitAddress + ImageSize > MaxRomAddr) { in LegacyBiosInstallRom()
2374 RuntimeAddress = InitAddress; in LegacyBiosInstallRom()
2391 …DEBUG ((EFI_D_INFO, " Shadowing OpROM init/runtime/isize = %x/%x/%x\n", InitAddress, RuntimeAddres… in LegacyBiosInstallRom()
2393 CopyMem ((VOID *) InitAddress, RomImage, ImageSize); in LegacyBiosInstallRom()
2437 &InitAddress, in LegacyBiosInstallRom()
2515 Private->IntThunk->DispatchOpromTable.OpromSegment = (UINT16) (InitAddress >> 4); in LegacyBiosInstallRom()
2603 … gBS->SetMem ((VOID *) (InitAddress + *RuntimeImageLength), ImageSize - *RuntimeImageLength, 0xff); in LegacyBiosInstallRom()