Searched refs:PhysicalMemoryBegin (Results 1 – 4 of 4) sorted by relevance
103 PrivateData->PhysicalMemoryBegin = MemoryBegin; in PeiInstallPeiMemory()171 FreeMemoryBottom = &(PrivateData->PhysicalMemoryBegin); in PeiAllocatePages()
229 …HandoffInformationTable->EfiMemoryTop = OldCoreData->PhysicalMemoryBegin + OldCoreData->Phy… in PeiCore()230 HandoffInformationTable->EfiMemoryBottom = OldCoreData->PhysicalMemoryBegin; in PeiCore()
604 PrivateData->PhysicalMemoryBegin = TopLoadingAddress - TotalReservedMemorySize; in PeiLoadFixAddressHook()605 PrivateData->FreePhysicalMemoryTop = PrivateData->PhysicalMemoryBegin + PeiMemorySize; in PeiLoadFixAddressHook()728 TopOfNewStack = Private->PhysicalMemoryBegin + NewStackSize; in PeiCheckAndSwitchStack()
228 EFI_PHYSICAL_ADDRESS PhysicalMemoryBegin; member