Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBootSupport.c1243 ((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()
DLegacyPci.c2306 (Private->Legacy16Table->UmaAddress != 0) && in LegacyBiosInstallRom()
2308 (MaxRomAddr > (Private->Legacy16Table->UmaAddress))) { in LegacyBiosInstallRom()
2309 MaxRomAddr = Private->Legacy16Table->UmaAddress; in LegacyBiosInstallRom()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DLegacyBios.h237 UINT32 UmaAddress; member