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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c264 EFI_HOB_RESOURCE_DESCRIPTOR *CurrentResourceHob; local
272 CurrentResourceHob = NULL;
451 CurrentResourceHob = ResourceHob;
458 if (CurrentResourceHob != NULL) {
522 CurrentResourceHob = ResourceHob;
524 HighAddress = CurrentResourceHob->PhysicalStart;
529 if (CurrentResourceHob == NULL) {
537 TopLoadingAddress = CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength ;
541 if (CurrentResourceHob !
[all...]

Completed in 70 milliseconds