Searched refs:UmaAddress (Results 1 – 3 of 3) sorted by relevance
1243 ((Private->Legacy16Table->UmaAddress != 0) && (Private->Legacy16Table->UmaSize != 0))) { in GenericLegacyBoot()1248 DEBUG((EFI_D_INFO, "Unlocking UMB RAM region 0x%x-0x%x\n", Private->Legacy16Table->UmaAddress, in GenericLegacyBoot()1249 Private->Legacy16Table->UmaAddress + Private->Legacy16Table->UmaSize)); in GenericLegacyBoot()1253 Private->Legacy16Table->UmaAddress, in GenericLegacyBoot()
2306 (Private->Legacy16Table->UmaAddress != 0) && in LegacyBiosInstallRom()2308 (MaxRomAddr > (Private->Legacy16Table->UmaAddress))) { in LegacyBiosInstallRom()2309 MaxRomAddr = Private->Legacy16Table->UmaAddress; in LegacyBiosInstallRom()
237 UINT32 UmaAddress; member