Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
DMemDetect.c40 UINT8 mPhysMemAddressWidth; variable
241 mPhysMemAddressWidth = (UINT8)HighBitSet64 (FirstNonAddress); in AddressWidthInitialization()
248 ++mPhysMemAddressWidth; in AddressWidthInitialization()
257 if (mPhysMemAddressWidth <= 36) { in AddressWidthInitialization()
258 mPhysMemAddressWidth = 36; in AddressWidthInitialization()
260 ASSERT (mPhysMemAddressWidth <= 48); in AddressWidthInitialization()
306 if (mPhysMemAddressWidth <= 39) { in GetPeiMemoryCap()
308 PdpEntries = 1 << (mPhysMemAddressWidth - 30); in GetPeiMemoryCap()
311 Pml4Entries = 1 << (mPhysMemAddressWidth - 39); in GetPeiMemoryCap()
373 __FUNCTION__, mPhysMemAddressWidth, PeiMemoryCap >> 10)); in PublishPeiMemory()
DPlatform.h102 extern UINT8 mPhysMemAddressWidth;
DPlatform.c409 BuildCpuHob (mPhysMemAddressWidth, 16); in MiscInitialization()