Searched refs:mPhysMemAddressWidth (Results 1 – 3 of 3) sorted by relevance
40 UINT8 mPhysMemAddressWidth; variable241 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()
102 extern UINT8 mPhysMemAddressWidth;
409 BuildCpuHob (mPhysMemAddressWidth, 16); in MiscInitialization()