Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyPci.c2290 UINTN RuntimeAddress; in LegacyBiosInstallRom() local
2343 RuntimeAddress = Private->OptionRom; in LegacyBiosInstallRom()
2344 if (RuntimeAddress + *RuntimeImageLength > MaxRomAddr) { in LegacyBiosInstallRom()
2374 RuntimeAddress = InitAddress; in LegacyBiosInstallRom()
2386 (UINT32) RuntimeAddress, in LegacyBiosInstallRom()
2391 …INFO, " Shadowing OpROM init/runtime/isize = %x/%x/%x\n", InitAddress, RuntimeAddress, ImageSize)); in LegacyBiosInstallRom()
2520 …Table.RuntimeSegment = (UINT16)((OpromRevision < 3) ? 0xffff : (RuntimeAddress >> 4)); in LegacyBiosInstallRom()
2583 …if (((EFI_LEGACY_EXPANSION_ROM_HEADER *) RuntimeAddress)->Signature != PCI_EXPANSION_ROM_HEADER_SI… in LegacyBiosInstallRom()
2590 *RuntimeImageLength = ((EFI_LEGACY_EXPANSION_ROM_HEADER *) RuntimeAddress)->Size512 * 512; in LegacyBiosInstallRom()
2618 &RuntimeAddress, in LegacyBiosInstallRom()
[all …]