Home
last modified time | relevance | path

Searched refs:MemoryHob (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
DPeiMpLib.c103 EFI_HOB_MEMORY_ALLOCATION *MemoryHob; in CpuMpEndOfPeiCallback() local
121 MemoryHob = Hob.MemoryAllocation; in CpuMpEndOfPeiCallback()
122 if (MemoryHob->AllocDescriptor.MemoryBaseAddress == CpuMpData->WakeupBuffer) { in CpuMpEndOfPeiCallback()
155 EFI_HOB_MEMORY_ALLOCATION *MemoryHob; in CheckOverlapWithAllocatedBuffer() local
170 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()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Dispatcher/
DDispatcher.c211 EFI_HOB_MEMORY_ALLOCATION *MemoryHob; in PeiLoadFixAddressIsMemoryRangeAvailable() local
227 MemoryHob = Hob.MemoryAllocation; in PeiLoadFixAddressIsMemoryRangeAvailable()
228 if(MemoryHob->AllocDescriptor.MemoryBaseAddress == ResourceHob->PhysicalStart && in PeiLoadFixAddressIsMemoryRangeAvailable()
229MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength == Resource… in PeiLoadFixAddressIsMemoryRangeAvailable()
266 EFI_HOB_MEMORY_ALLOCATION *MemoryHob; in PeiLoadFixAddressHook() local
366 MemoryHob = Hob.MemoryAllocation; in PeiLoadFixAddressHook()
382 if (MemoryHob->AllocDescriptor.MemoryBaseAddress >= NextResourceHob->PhysicalStart && in PeiLoadFixAddressHook()
383MemoryHob->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 …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
DGcd.c2328 EFI_HOB_MEMORY_ALLOCATION *MemoryHob; in CoreInitializeGcdServices() local
2477 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()