Searched refs:CurrentResourceHob (Results 1 – 1 of 1) sorted by relevance
261 EFI_HOB_RESOURCE_DESCRIPTOR *CurrentResourceHob; in PeiLoadFixAddressHook() local269 CurrentResourceHob = NULL; in PeiLoadFixAddressHook()448 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()455 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()519 CurrentResourceHob = ResourceHob; in PeiLoadFixAddressHook()521 HighAddress = CurrentResourceHob->PhysicalStart; in PeiLoadFixAddressHook()526 if (CurrentResourceHob == NULL) { in PeiLoadFixAddressHook()534 TopLoadingAddress = CurrentResourceHob->PhysicalStart + CurrentResourceHob->ResourceLength ; in PeiLoadFixAddressHook()538 if (CurrentResourceHob != NULL) { in PeiLoadFixAddressHook()559 if (CurrentResourceHob->PhysicalStart < TopLoadingAddress - TotalReservedMemorySize) { in PeiLoadFixAddressHook()[all …]