/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/ |
Hob.c | 132 for (Hob.Raw = GetHobList (); !END_OF_HOB_LIST(Hob); Hob.Raw = GET_NEXT_HOB(Hob)) {
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Dispatcher/ |
Dispatcher.c | 222 for (Hob.Raw = PrivateData->HobList.Raw; !END_OF_HOB_LIST(Hob); Hob.Raw = GET_NEXT_HOB(Hob)) {
296 for (Hob.Raw = PrivateData->HobList.Raw; !END_OF_HOB_LIST(Hob); Hob.Raw = GET_NEXT_HOB(Hob)) {
311 for (NextHob.Raw = PrivateData->HobList.Raw; !END_OF_HOB_LIST(NextHob); NextHob.Raw = GET_NEXT_HOB(NextHob)) {
361 for (Hob.Raw = PrivateData->HobList.Raw; !END_OF_HOB_LIST(Hob); Hob.Raw = GET_NEXT_HOB(Hob)) {
367 for (NextHob.Raw = PrivateData->HobList.Raw; !END_OF_HOB_LIST(NextHob); NextHob.Raw = GET_NEXT_HOB(NextHob)) {
431 for (Hob.Raw = PrivateData->HobList.Raw; !END_OF_HOB_LIST(Hob); Hob.Raw = GET_NEXT_HOB(Hob)) {
465 for (Hob.Raw = PrivateData->HobList.Raw; !END_OF_HOB_LIST(Hob); Hob.Raw = GET_NEXT_HOB(Hob)) {
503 for (Hob.Raw = PrivateData->HobList.Raw; !END_OF_HOB_LIST(Hob); Hob.Raw = GET_NEXT_HOB(Hob)) {
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/DxeHobLib/ |
HobLib.c | 86 In contrast with macro GET_NEXT_HOB(), this function does not skip the starting HOB pointer
88 caller is required to use GET_NEXT_HOB() if it wishes to skip current HobStart.
117 Hob.Raw = GET_NEXT_HOB (Hob);
156 In contrast with macro GET_NEXT_HOB(), this function does not skip the starting HOB pointer
158 caller is required to use GET_NEXT_HOB() if it wishes to skip current HobStart.
183 GuidHob.Raw = GET_NEXT_HOB (GuidHob);
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiHobLib/ |
Hob.c | 248 In contrast with macro GET_NEXT_HOB(), this function does not skip the starting HOB pointer
250 caller is required to use GET_NEXT_HOB() if it wishes to skip current HobStart.
278 Hob.Raw = GET_NEXT_HOB (Hob);
316 In contrast with macro GET_NEXT_HOB(), this function does not skip the starting HOB pointer
318 caller is required to use GET_NEXT_HOB() if it wishes to skip current HobStart.
341 GuidHob.Raw = GET_NEXT_HOB (GuidHob);
734 Hob.Raw = GET_NEXT_HOB (Hob);
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Binary/D02/MemoryInitPei/ |
MemoryInitPeiLib.c | 186 NextHob.Raw = GET_NEXT_HOB (NextHob);
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Library/HiKeyLib/ |
HiKeyMem.c | 139 NextHob.Raw = GET_NEXT_HOB (NextHob);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/ |
PeiHob.h | 254 #define GET_NEXT_HOB(Hob) ((Hob).Raw + GET_HOB_LENGTH (Hob))
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/ |
AcpiVariableThunkPlatform.c | 109 Hob.Raw = GET_NEXT_HOB (Hob);
|
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspPlatformLib/ |
FspPlatformMemory.c | 66 Hob.Raw = GET_NEXT_HOB (Hob);
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
HobLib.h | 52 In contrast with macro GET_NEXT_HOB(), this function does not skip the starting HOB pointer
54 caller is required to use GET_NEXT_HOB() if it wishes to skip current HobStart.
99 In contrast with macro GET_NEXT_HOB(), this function does not skip the starting HOB pointer
101 caller is required to use GET_NEXT_HOB() if it wishes to skip current HobStart.
489 #define GET_NEXT_HOB(HobStart) \
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiHobLib/ |
HobLib.c | 54 In contrast with macro GET_NEXT_HOB(), this function does not skip the starting HOB pointer
56 caller is required to use GET_NEXT_HOB() if it wishes to skip current HobStart.
84 Hob.Raw = GET_NEXT_HOB (Hob);
119 In contrast with macro GET_NEXT_HOB(), this function does not skip the starting HOB pointer
121 caller is required to use GET_NEXT_HOB() if it wishes to skip current HobStart.
145 GuidHob.Raw = GET_NEXT_HOB (GuidHob);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/ |
DxeCapsuleProcessLib.c | 125 HobPointer.Raw = GET_NEXT_HOB (HobPointer);
160 HobPointer.Raw = GET_NEXT_HOB (HobPointer);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/Hob/ |
PeiHobLib.c | 600 GuidHob.Raw = GET_NEXT_HOB (GuidHob);
648 Hob.Raw = GET_NEXT_HOB (Hob);
718 *HobStart = GET_NEXT_HOB (GuidHob);
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/ |
FwVol.c | 143 Hob.Raw = GetNextHob (EFI_HOB_TYPE_FV, GET_NEXT_HOB (Hob));
524 Hob.Raw = GetNextHob (EFI_HOB_TYPE_FV, GET_NEXT_HOB (Hob));
784 HobFv2.Raw = GET_NEXT_HOB (HobFv2);
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/PeiHobLibFramework/ |
HobLib.c | 65 In contrast with macro GET_NEXT_HOB(), this function does not skip the starting HOB pointer
67 caller is required to use GET_NEXT_HOB() if it wishes to skip current HobStart.
96 Hob.Raw = GET_NEXT_HOB (Hob);
135 In contrast with macro GET_NEXT_HOB(), this function does not skip the starting HOB pointer
137 caller is required to use GET_NEXT_HOB() if it wishes to skip current HobStart.
162 GuidHob.Raw = GET_NEXT_HOB (GuidHob);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/ |
DxeMain.c | 374 for (Hob.Raw = HobStart; !END_OF_HOB_LIST(Hob); Hob.Raw = GET_NEXT_HOB(Hob)) {
382 for (Hob.Raw = HobStart; !END_OF_HOB_LIST(Hob); Hob.Raw = GET_NEXT_HOB(Hob)) {
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/PeiHobLib/ |
HobLib.c | 61 In contrast with macro GET_NEXT_HOB(), this function does not skip the starting HOB pointer
63 caller is required to use GET_NEXT_HOB() if it wishes to skip current HobStart.
92 Hob.Raw = GET_NEXT_HOB (Hob);
131 In contrast with macro GET_NEXT_HOB(), this function does not skip the starting HOB pointer
133 caller is required to use GET_NEXT_HOB() if it wishes to skip current HobStart.
158 GuidHob.Raw = GET_NEXT_HOB (GuidHob);
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/Library/HiKey960Lib/ |
HiKey960Mem.c | 156 NextHob.Raw = GET_NEXT_HOB (NextHob);
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiExtractGuidedSectionLib/ |
PeiExtractGuidedSectionLib.c | 80 Hob.Raw = GET_NEXT_HOB (Hob);
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/Generic/ |
Recovery.c | 297 Hob.Raw = GET_NEXT_HOB (Hob);
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/ |
MemoryPeim.c | 293 Hob.Raw = GET_NEXT_HOB (Hob);
|
Recovery.c | 316 Hob.Raw = GET_NEXT_HOB (Hob);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/ |
UefiCapsule.c | 647 Hob.Raw = GET_NEXT_HOB (Hob);
694 Hob.Raw = GET_NEXT_HOB (Hob);
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/ |
FwVolBlock.c | 643 FvHob.Raw = GET_NEXT_HOB (FvHob);
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/ |
MemoryAllocationLib.c | 266 Hob.Raw = GET_NEXT_HOB (Hob);
[all...] |