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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Hob/
H A DHob.c81 EFI_HOB_GENERIC_HEADER *HobEnd; local
109 HobEnd = (EFI_HOB_GENERIC_HEADER*) ((UINTN) *Hob + Length);
110 HandOffHob->EfiEndOfHobList = (EFI_PHYSICAL_ADDRESS) (UINTN) HobEnd;
112 HobEnd->HobType = EFI_HOB_TYPE_END_OF_HOB_LIST;
113 HobEnd->HobLength = (UINT16) sizeof (EFI_HOB_GENERIC_HEADER);
114 HobEnd->Reserved = 0;
115 HobEnd++;
116 HandOffHob->EfiFreeMemoryBottom = (EFI_PHYSICAL_ADDRESS) (UINTN) HobEnd;
140 EFI_HOB_GENERIC_HEADER *HobEnd; local
143 HobEnd
[all...]

Completed in 31 milliseconds