Searched refs:MemoryHob (Results 1 – 3 of 3) sorted by relevance
103 EFI_HOB_MEMORY_ALLOCATION *MemoryHob; in CpuMpEndOfPeiCallback() local121 MemoryHob = Hob.MemoryAllocation; in CpuMpEndOfPeiCallback()122 if (MemoryHob->AllocDescriptor.MemoryBaseAddress == CpuMpData->WakeupBuffer) { in CpuMpEndOfPeiCallback()155 EFI_HOB_MEMORY_ALLOCATION *MemoryHob; in CheckOverlapWithAllocatedBuffer() local170 MemoryHob = Hob.MemoryAllocation; in CheckOverlapWithAllocatedBuffer()171 MemoryStart = (UINTN) MemoryHob->AllocDescriptor.MemoryBaseAddress; in CheckOverlapWithAllocatedBuffer()172 MemoryEnd = (UINTN) (MemoryHob->AllocDescriptor.MemoryBaseAddress + in CheckOverlapWithAllocatedBuffer()173 MemoryHob->AllocDescriptor.MemoryLength); in CheckOverlapWithAllocatedBuffer()
211 EFI_HOB_MEMORY_ALLOCATION *MemoryHob; in PeiLoadFixAddressIsMemoryRangeAvailable() local227 MemoryHob = Hob.MemoryAllocation; in PeiLoadFixAddressIsMemoryRangeAvailable()228 if(MemoryHob->AllocDescriptor.MemoryBaseAddress == ResourceHob->PhysicalStart && in PeiLoadFixAddressIsMemoryRangeAvailable()229 …MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength == Resource… in PeiLoadFixAddressIsMemoryRangeAvailable()266 EFI_HOB_MEMORY_ALLOCATION *MemoryHob; in PeiLoadFixAddressHook() local366 MemoryHob = Hob.MemoryAllocation; in PeiLoadFixAddressHook()382 if (MemoryHob->AllocDescriptor.MemoryBaseAddress >= NextResourceHob->PhysicalStart && in PeiLoadFixAddressHook()383 …MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength <= NextReso… in PeiLoadFixAddressHook()387 if (MemoryHob->AllocDescriptor.MemoryBaseAddress > NextResourceHob->PhysicalStart) { in PeiLoadFixAddressHook()392 … (MemoryHob->AllocDescriptor.MemoryBaseAddress - NextResourceHob->PhysicalStart) in PeiLoadFixAddressHook()[all …]
2328 EFI_HOB_MEMORY_ALLOCATION *MemoryHob; in CoreInitializeGcdServices() local2477 MemoryHob = Hob.MemoryAllocation; in CoreInitializeGcdServices()2478 BaseAddress = MemoryHob->AllocDescriptor.MemoryBaseAddress; in CoreInitializeGcdServices()2485 MemoryHob->AllocDescriptor.MemoryLength, in CoreInitializeGcdServices()2494 MemoryHob->AllocDescriptor.MemoryType, in CoreInitializeGcdServices()2495 MemoryHob->AllocDescriptor.MemoryBaseAddress, in CoreInitializeGcdServices()2496 RShiftU64 (MemoryHob->AllocDescriptor.MemoryLength, EFI_PAGE_SHIFT), in CoreInitializeGcdServices()