Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Dispatcher/
DDispatcher.c210 EFI_HOB_MEMORY_ALLOCATION *MemoryHob; in PeiLoadFixAddressIsMemoryRangeAvailable() local
226 MemoryHob = Hob.MemoryAllocation; in PeiLoadFixAddressIsMemoryRangeAvailable()
227 if(MemoryHob->AllocDescriptor.MemoryBaseAddress == ResourceHob->PhysicalStart && in PeiLoadFixAddressIsMemoryRangeAvailable()
228MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength == Resource… in PeiLoadFixAddressIsMemoryRangeAvailable()
265 EFI_HOB_MEMORY_ALLOCATION *MemoryHob; in PeiLoadFixAddressHook() local
365 MemoryHob = Hob.MemoryAllocation; in PeiLoadFixAddressHook()
381 if (MemoryHob->AllocDescriptor.MemoryBaseAddress >= NextResourceHob->PhysicalStart && in PeiLoadFixAddressHook()
382MemoryHob->AllocDescriptor.MemoryBaseAddress + MemoryHob->AllocDescriptor.MemoryLength <= NextReso… in PeiLoadFixAddressHook()
386 if (MemoryHob->AllocDescriptor.MemoryBaseAddress > NextResourceHob->PhysicalStart) { in PeiLoadFixAddressHook()
391 … (MemoryHob->AllocDescriptor.MemoryBaseAddress - NextResourceHob->PhysicalStart) in PeiLoadFixAddressHook()
[all …]
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
DCpuMpPei.c770 EFI_HOB_MEMORY_ALLOCATION *MemoryHob; in CpuMpEndOfPeiCallback() local
790 MemoryHob = Hob.MemoryAllocation; in CpuMpEndOfPeiCallback()
791 if(MemoryHob->AllocDescriptor.MemoryBaseAddress == PeiCpuMpData->WakeupBuffer) { in CpuMpEndOfPeiCallback()
/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()