Searched refs:HobList (Results 1 - 25 of 31) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/Arm/
H A DDxeLoadFunc.c23 the entry point of DxeCore with the parameters of HobList.
27 @param HobList The start of HobList passed to DxeCore.
33 IN EFI_PEI_HOB_POINTERS HobList
66 HobList.Raw,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/Ebc/
H A DDxeLoadFunc.c23 the entry point of DxeCore with the parameters of HobList.
27 @param HobList The start of HobList passed to DxeCore.
33 IN EFI_PEI_HOB_POINTERS HobList
69 HobList.Raw,
/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/DxeIplPeim/Ipf/
H A DDxeLoadFunc.c23 the entry point of DxeCore with the parameters of HobList.
27 @param HobList The start of HobList passed to DxeCore.
33 IN EFI_PEI_HOB_POINTERS HobList
80 HobList.Raw,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/X64/
H A DDxeLoadFunc.c24 the entry point of DxeCore with the parameters of HobList.
28 @param HobList The start of HobList passed to DxeCore.
34 IN EFI_PEI_HOB_POINTERS HobList
83 HobList.Raw,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DDxeIpl.h46 @param HobList Pointer to the list of Hand-Off Block (HOB) entries.
58 IN EFI_PEI_HOB_POINTERS HobList
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeHobLib/
H A DHobLib.c17 #include <Guid/HobList.h>
35 @retval EFI_SUCCESS The constructor successfully gets HobList.
36 @retval Other value The constructor can't get HobList.
141 VOID *HobList; local
143 HobList = GetHobList ();
144 return GetNextHob (Type, HobList);
212 VOID *HobList; local
214 HobList = GetHobList ();
215 return GetNextGuidHob (Guid, HobList);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeCoreHobLib/
H A DHobLib.c108 VOID *HobList; local
110 HobList = GetHobList ();
111 return GetNextHob (Type, HobList);
179 VOID *HobList; local
181 HobList = GetHobList ();
182 return GetNextGuidHob (Guid, HobList);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Hob/
H A DHob.c22 @param HobList Pointer to the HOB List.
26 @retval EFI_INVALID_PARAMETER HobList is NULL (in debug mode)
33 IN OUT VOID **HobList
43 if (HobList == NULL) {
50 *HobList = PrivateData->HobList.Raw;
66 @retval EFI_NOT_AVAILABLE_YET if HobList is still not available.
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/PeiHobLibFramework/
H A DHobLib.c51 VOID *HobList; local
53 Status = PeiServicesGetHobList (&HobList);
55 ASSERT (HobList != NULL);
57 return HobList;
120 VOID *HobList; local
122 HobList = GetHobList ();
123 return GetNextHob (Type, HobList);
191 VOID *HobList; local
193 HobList = GetHobList ();
194 return GetNextGuidHob (Guid, HobList);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiHobLib/
H A DHobLib.c47 VOID *HobList; local
49 Status = PeiServicesGetHobList (&HobList);
51 ASSERT (HobList != NULL);
53 return HobList;
116 VOID *HobList; local
118 HobList = GetHobList ();
119 return GetNextHob (Type, HobList);
187 VOID *HobList; local
189 HobList = GetHobList ();
190 return GetNextGuidHob (Guid, HobList);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/PeiMain/
H A DPeiMain.c177 OldCoreData->HobList.Raw = (VOID *)(OldCoreData->HobList.Raw + OldCoreData->HeapOffset);
179 OldCoreData->HobList.Raw = (VOID *)(OldCoreData->HobList.Raw - OldCoreData->HeapOffset);
195 HandoffInformationTable = OldCoreData->HobList.HandoffInformationTable;
222 if (PcdGet64(PcdLoadModuleAtFixAddressEnable) != 0 && (OldCoreData->HobList.HandoffInformationTable->BootMode != BOOT_ON_S3_RESUME)) {
376 PrivateData.HobList
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/
H A DDxeIpl.h79 @param HobList Address to the Pei HOB list
90 IN EFI_PEI_HOB_POINTERS HobList
99 the entry point of DxeCore with the parameters of HobList.
103 @param HobList The start of HobList passed to DxeCore.
109 IN EFI_PEI_HOB_POINTERS HobList
H A DDxeLoad.c135 @param HobList Address to the Pei HOB list.
146 IN EFI_PEI_HOB_POINTERS HobList
282 HandOffToDxeCore (DxeCoreEntryPoint, HobList);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/Ia32/
H A DDxeLoadFunc.c63 the entry point of DxeCore with the parameters of HobList.
67 @param HobList The start of HobList passed to DxeCore.
73 IN EFI_PEI_HOB_POINTERS HobList
180 (EFI_PHYSICAL_ADDRESS)(UINTN)(HobList.Raw),
208 HobList.Raw,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Memory/
H A DMemoryServices.c46 PrivateData->HobList.Raw = SecCoreData->PeiTemporaryRamBase;
156 Hob.Raw = PrivateData->HobList.Raw;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c224 for (Hob.Raw = PrivateData->HobList.Raw; !END_OF_HOB_LIST(Hob); Hob.Raw = GET_NEXT_HOB(Hob)) {
278 CurrentHob.Raw = PrivateData->HobList.Raw;
298 for (Hob.Raw = PrivateData->HobList.Raw; !END_OF_HOB_LIST(Hob); Hob.Raw = GET_NEXT_HOB(Hob)) {
313 for (NextHob.Raw = PrivateData->HobList.Raw; !END_OF_HOB_LIST(NextHob); NextHob.Raw = GET_NEXT_HOB(NextHob)) {
363 for (Hob.Raw = PrivateData->HobList.Raw; !END_OF_HOB_LIST(Hob); Hob.Raw = GET_NEXT_HOB(Hob)) {
369 for (NextHob.Raw = PrivateData->HobList.Raw; !END_OF_HOB_LIST(NextHob); NextHob.Raw = GET_NEXT_HOB(NextHob)) {
433 for (Hob.Raw = PrivateData->HobList.Raw; !END_OF_HOB_LIST(Hob); Hob.Raw = GET_NEXT_HOB(Hob)) {
467 for (Hob.Raw = PrivateData->HobList.Raw; !END_OF_HOB_LIST(Hob); Hob.Raw = GET_NEXT_HOB(Hob)) {
505 for (Hob.Raw = PrivateData->HobList.Raw; !END_OF_HOB_LIST(Hob); Hob.Raw = GET_NEXT_HOB(Hob)) {
656 if ((Private->PeiMemoryInstalled) && (Private->HobList
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/POM/
H A DModuleObject.py121 self.HobList = []
190 def SetHobList(self, HobList):
191 self.HobList = HobList
194 return self.HobList
/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/Library/
H A DPeiServicesLib.h132 @param HobList A pointer to the list of HOBs that the PEI Foundation will initialize.
141 OUT VOID **HobList
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiServicesLib/
H A DPeiServicesLib.c187 @param HobList A pointer to the list of HOBs that the PEI Foundation
197 OUT VOID **HobList
203 return (*PeiServices)->GetHobList (PeiServices, HobList);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfParser.py94 self.HobList = []
147 self.HobList = []
532 List = self.HobList
587 if len(self.HobList) >= 1:
588 self.InfSpecialCommentParser(self.HobList,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
H A DLightMemoryTest.c843 @retval EFI_NOT_FOUND Can't find HandOff Hob in HobList.
855 VOID *HobList; local
868 HobList = GetHobList ();
870 Hob.Raw = HobList;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DConfigurationTable.c30 #include <Guid\HobList.h>
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiPeiCis.h279 @param HobList A pointer to the list of HOBs that the PEI Foundation will initialize
289 OUT VOID **HobList

Completed in 800 milliseconds

12