Home
last modified time | relevance | path

Searched refs:MemoryAllocation (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
DHob.c154 …(Hob.MemoryAllocation->AllocDescriptor.MemoryType < EfiMaxMemoryType) ? gMemMapType[Hob.MemoryAllo… in EblHobCmd()
155 &Hob.MemoryAllocation->AllocDescriptor.Name, in EblHobCmd()
156 Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress, in EblHobCmd()
157 Hob.MemoryAllocation->AllocDescriptor.MemoryLength in EblHobCmd()
159 … if (CompareGuid (&gEfiHobMemoryAllocModuleGuid, &Hob.MemoryAllocation->AllocDescriptor.Name)) { in EblHobCmd()
/device/linaro/bootloader/edk2/MdePkg/Library/PeiHobLib/
DPeiHobLib.inf46 …gEfiHobMemoryAllocStackGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Stac…
47 …gEfiHobMemoryAllocBspStoreGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation BspS…
48 …gEfiHobMemoryAllocModuleGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Modu…
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/PeiHobLibFramework/
DPeiHobLibFramework.inf48 …gEfiHobMemoryAllocStackGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Stac…
49 …gEfiHobMemoryAllocBspStoreGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation BspS…
50 …gEfiHobMemoryAllocModuleGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Modu…
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/
DMemoryAllocationLib.c263 if (Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress == Memory) { in InternalAllocateAlignedPages()
275 Hob.MemoryAllocation->AllocDescriptor.MemoryLength = HobLength; in InternalAllocateAlignedPages()
281 Hob.MemoryAllocation->AllocDescriptor.MemoryLength = HobLength; in InternalAllocateAlignedPages()
282 Hob.MemoryAllocation->AllocDescriptor.MemoryType = EfiConventionalMemory; in InternalAllocateAlignedPages()
285 HobBaseAddress = Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress; in InternalAllocateAlignedPages()
286 HobMemoryType = Hob.MemoryAllocation->AllocDescriptor.MemoryType; in InternalAllocateAlignedPages()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/Hob/
DPeiHobLib.c531 CopyMem (&(Hob.MemoryAllocation->AllocDescriptor.Name), &Name, sizeof (EFI_GUID)); in BuildMemoryAllocationHob()
533 ZeroMem (&Hob.MemoryAllocation->AllocDescriptor.Name, sizeof (EFI_GUID)); in BuildMemoryAllocationHob()
536 (Hob.MemoryAllocation->AllocDescriptor).MemoryBaseAddress = BaseAddress; in BuildMemoryAllocationHob()
537 (Hob.MemoryAllocation->AllocDescriptor).MemoryLength = Length; in BuildMemoryAllocationHob()
538 (Hob.MemoryAllocation->AllocDescriptor).MemoryType = MemoryType; in BuildMemoryAllocationHob()
540 Hob.MemoryAllocation++; in BuildMemoryAllocationHob()
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
DDxeInit.c252 …gHob->MemoryAllocation.AllocDescriptor.MemoryBaseAddress, gHob->MemoryAllocation.AllocDescriptor.M… in DxeInit()
DHobGeneration.h73 EFI_HOB_MEMORY_ALLOCATION MemoryAllocation; member
DHobGeneration.c987 gHob->MemoryAllocation.AllocDescriptor.MemoryBaseAddress = gHob->Phit.EfiFreeMemoryTop; in CompleteHobGeneration()
991 …gHob->MemoryAllocation.AllocDescriptor.MemoryLength = gHob->Stack.AllocDescriptor.MemoryBase… in CompleteHobGeneration()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/DxeMain/
DDxeMain.c377 Hob.MemoryAllocation->AllocDescriptor.MemoryType, \ in DxeMain()
378 Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress, \ in DxeMain()
379 …Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress + Hob.MemoryAllocation->AllocDescriptor.Me… in DxeMain()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
DPeiMpLib.c121 MemoryHob = Hob.MemoryAllocation; in CpuMpEndOfPeiCallback()
170 MemoryHob = Hob.MemoryAllocation; in CheckOverlapWithAllocatedBuffer()
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
DPiHob.h464 EFI_HOB_MEMORY_ALLOCATION *MemoryAllocation; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DPeiHob.h236 EFI_HOB_MEMORY_ALLOCATION *MemoryAllocation; member
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Dispatcher/
DDispatcher.c227 MemoryHob = Hob.MemoryAllocation; in PeiLoadFixAddressIsMemoryRangeAvailable()
366 MemoryHob = Hob.MemoryAllocation; in PeiLoadFixAddressHook()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/
DGcd.c2477 MemoryHob = Hob.MemoryAllocation; in CoreInitializeGcdServices()