Searched refs:NextResourceHob (Results 1 – 1 of 1) sorted by relevance
260 EFI_HOB_RESOURCE_DESCRIPTOR *NextResourceHob; in PeiLoadFixAddressHook() local271 NextResourceHob = NULL; in PeiLoadFixAddressHook()319 NextResourceHob = NextHob.ResourceDescriptor; in PeiLoadFixAddressHook()324 if (NextResourceHob->ResourceType == EFI_RESOURCE_SYSTEM_MEMORY && in PeiLoadFixAddressHook()325 …(((NextResourceHob->ResourceAttribute^ResourceHob->ResourceAttribute)&(~EFI_RESOURCE_ATTRIBUTE_TES… in PeiLoadFixAddressHook()330 if ((ResourceHob->PhysicalStart <= NextResourceHob->PhysicalStart && in PeiLoadFixAddressHook()331 … ResourceHob->PhysicalStart + ResourceHob->ResourceLength >= NextResourceHob->PhysicalStart)|| in PeiLoadFixAddressHook()332 (ResourceHob->PhysicalStart >= NextResourceHob->PhysicalStart&& in PeiLoadFixAddressHook()333 … ResourceHob->PhysicalStart <= NextResourceHob->PhysicalStart + NextResourceHob->ResourceLength)) { in PeiLoadFixAddressHook()335 …eHob->PhysicalStart + ResourceHob->ResourceLength)>(NextResourceHob->PhysicalStart + NextResourceH… in PeiLoadFixAddressHook()[all …]