Searched defs:HandoffInformationTable (Results 1 - 3 of 3) sorted by relevance

/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/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

Completed in 56 milliseconds