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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/
H A DGcd.c1941 @param HobStart The start address of the HOB.
1951 IN VOID **HobStart,
1979 Hob.Raw = *HobStart;
2032 for (Hob.Raw = *HobStart; !END_OF_HOB_LIST(Hob); Hob.Raw = GET_NEXT_HOB(Hob)) {
2086 Length = PageAlignLength ((UINT64)((UINTN)*HobStart - BaseAddress));
2103 for (Hob.Raw = *HobStart; !END_OF_HOB_LIST(Hob); Hob.Raw = GET_NEXT_HOB(Hob)) {
2200 HobStart will be relocated to a pool buffer.
2202 @param HobStart The start address of the HOB
2212 IN OUT VOID **HobStart,
2241 PhitHob = (EFI_HOB_HANDOFF_INFO_TABLE *)(*HobStart);
1950 CoreInitializeMemoryServices( IN VOID **HobStart, OUT EFI_PHYSICAL_ADDRESS *MemoryBaseAddress, OUT UINT64 *MemoryLength ) argument
2211 CoreInitializeGcdServices( IN OUT VOID **HobStart, IN EFI_PHYSICAL_ADDRESS MemoryBaseAddress, IN UINT64 MemoryLength ) argument
[all...]

Completed in 37 milliseconds