Searched refs:PhitHob (Results 1 – 1 of 1) sorted by relevance
2057 EFI_HOB_HANDOFF_INFO_TABLE *PhitHob; in CoreInitializeMemoryServices() local2095 PhitHob = Hob.HandoffInformationTable; in CoreInitializeMemoryServices()2104 gLoadModuleAtFixAddressConfigurationTable.DxeCodeTopAddress = PhitHob->EfiMemoryTop in CoreInitializeMemoryServices()2150 if (PhitHob->EfiFreeMemoryBottom < ResourceHob->PhysicalStart) { in CoreInitializeMemoryServices()2153 if (PhitHob->EfiFreeMemoryTop > (ResourceHob->PhysicalStart + ResourceHob->ResourceLength)) { in CoreInitializeMemoryServices()2167 BaseAddress = PageAlignAddress (PhitHob->EfiMemoryTop); in CoreInitializeMemoryServices()2174 BaseAddress = PageAlignAddress (PhitHob->EfiFreeMemoryBottom); in CoreInitializeMemoryServices()2175 Length = PageAlignLength (PhitHob->EfiFreeMemoryTop - BaseAddress); in CoreInitializeMemoryServices()2317 EFI_HOB_HANDOFF_INFO_TABLE *PhitHob; in CoreInitializeGcdServices() local2340 PhitHob = (EFI_HOB_HANDOFF_INFO_TABLE *)(*HobStart); in CoreInitializeGcdServices()[all …]