Searched refs:HandoffInformationTable (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/BootMode/
H A DBootMode.c48 HandOffHob = (PrivateData->HobList.HandoffInformationTable);
80 HandOffHob = (PrivateData->HobList.HandoffInformationTable);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/PeiMain/
H A DPeiMain.c149 EFI_HOB_HANDOFF_INFO_TABLE *HandoffInformationTable; local
195 HandoffInformationTable = OldCoreData->HobList.HandoffInformationTable;
197 HandoffInformationTable->EfiEndOfHobList = HandoffInformationTable->EfiEndOfHobList + OldCoreData->HeapOffset;
199 HandoffInformationTable->EfiEndOfHobList = HandoffInformationTable->EfiEndOfHobList - OldCoreData->HeapOffset;
201 HandoffInformationTable->EfiMemoryTop = OldCoreData->PhysicalMemoryBegin + OldCoreData->PhysicalMemoryLength;
202 HandoffInformationTable->EfiMemoryBottom = OldCoreData->PhysicalMemoryBegin;
203 HandoffInformationTable
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Memory/
H A DMemoryServices.c173 FreeMemoryTop = &(Hob.HandoffInformationTable->EfiFreeMemoryTop);
174 FreeMemoryBottom = &(Hob.HandoffInformationTable->EfiFreeMemoryBottom);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Image/
H A DImage.c120 if ((Private->PeiMemoryInstalled && !(Private->HobList.HandoffInformationTable->BootMode == BOOT_ON_S3_RESUME)) &&
367 if (ImageContext.RelocationsStripped && (Private->PeiMemoryInstalled) && (Private->HobList.HandoffInformationTable->BootMode != BOOT_ON_S3_RESUME)) {
379 if ((!ImageContext.RelocationsStripped) && (Private->PeiMemoryInstalled) && (Private->HobList.HandoffInformationTable->BootMode != BOOT_ON_S3_RESUME)) {
425 if ((!ImageContext.RelocationsStripped) && (Private->PeiMemoryInstalled) && (Private->HobList.HandoffInformationTable->BootMode != BOOT_ON_S3_RESUME)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiHob.h436 EFI_HOB_HANDOFF_INFO_TABLE *HandoffInformationTable; member in union:__anon11995
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/
H A DPiHob.h435 EFI_HOB_HANDOFF_INFO_TABLE *HandoffInformationTable; member in union:__anon15597
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c656 if ((Private->PeiMemoryInstalled) && (Private->HobList.HandoffInformationTable->BootMode != BOOT_ON_S3_RESUME)) {
840 DEBUG ((EFI_D_INFO, "Temp Heap : BaseAddress=0x%p Length=0x%X\n", Private->HobList.Raw, (UINT32)((UINTN) Private->HobList.HandoffInformationTable->EfiFreeMemoryBottom - (UINTN) Private->HobList.Raw)));
846 (UINT32)((UINTN)Private->HobList.HandoffInformationTable->EfiFreeMemoryBottom - (UINTN)Private->HobList.Raw)
850 if (PcdGet64(PcdLoadModuleAtFixAddressEnable) != 0 && (Private->HobList.HandoffInformationTable->BootMode != BOOT_ON_S3_RESUME)) {
975 (Private->HobList.HandoffInformationTable->BootMode != BOOT_ON_S3_RESUME)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
H A DLightMemoryTest.c875 BootMode = Hob.HandoffInformationTable->BootMode;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/
H A DGcd.c2003 PhitHob = Hob.HandoffInformationTable;

Completed in 57 milliseconds