Searched refs:MaxRomAddr (Results 1 – 1 of 1) sorted by relevance
2287 UINT32 MaxRomAddr; in LegacyBiosInstallRom() local2303 MaxRomAddr = PcdGet32 (PcdEndOpromShadowAddress); in LegacyBiosInstallRom()2308 (MaxRomAddr > (Private->Legacy16Table->UmaAddress))) { in LegacyBiosInstallRom()2309 MaxRomAddr = Private->Legacy16Table->UmaAddress; in LegacyBiosInstallRom()2344 if (RuntimeAddress + *RuntimeImageLength > MaxRomAddr) { in LegacyBiosInstallRom()2362 if (InitAddress + ImageSize > MaxRomAddr) { in LegacyBiosInstallRom()