Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
DGcd.c2057 EFI_HOB_HANDOFF_INFO_TABLE *PhitHob; in CoreInitializeMemoryServices() local
2095 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() local
2340 PhitHob = (EFI_HOB_HANDOFF_INFO_TABLE *)(*HobStart); in CoreInitializeGcdServices()
[all …]