Home
last modified time | relevance | path

Searched refs:MemoryAllocationStack (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/
DDxeLoad.c807 …if (CompareGuid (&gEfiHobMemoryAllocStackGuid, &(Hob.MemoryAllocationStack->AllocDescriptor.Name))… in UpdateStackHob()
814 Hob.MemoryAllocationStack->AllocDescriptor.MemoryBaseAddress, in UpdateStackHob()
815 Hob.MemoryAllocationStack->AllocDescriptor.MemoryLength, in UpdateStackHob()
821 Hob.MemoryAllocationStack->AllocDescriptor.MemoryBaseAddress = BaseAddress; in UpdateStackHob()
822 Hob.MemoryAllocationStack->AllocDescriptor.MemoryLength = Length; in UpdateStackHob()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiHobLib/
DHob.c717 …if (CompareGuid (&gEfiHobMemoryAllocStackGuid, &(Hob.MemoryAllocationStack->AllocDescriptor.Name))… in UpdateStackHob()
723 Hob.MemoryAllocationStack->AllocDescriptor.MemoryBaseAddress, in UpdateStackHob()
724 Hob.MemoryAllocationStack->AllocDescriptor.MemoryLength, in UpdateStackHob()
730 Hob.MemoryAllocationStack->AllocDescriptor.MemoryBaseAddress = BaseAddress; in UpdateStackHob()
731 Hob.MemoryAllocationStack->AllocDescriptor.MemoryLength = Length; in UpdateStackHob()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/Hob/
DPeiHobLib.c421 …CopyMem(&(Hob.MemoryAllocationStack->AllocDescriptor.Name), &gEfiHobMemeryAllocStackGuid, sizeof(E… in BuildHobStack()
422 (Hob.MemoryAllocationStack->AllocDescriptor).MemoryBaseAddress = BaseAddress; in BuildHobStack()
423 (Hob.MemoryAllocationStack->AllocDescriptor).MemoryLength = Length; in BuildHobStack()
424 (Hob.MemoryAllocationStack->AllocDescriptor).MemoryType = EfiBootServicesData; in BuildHobStack()
426 Hob.MemoryAllocationStack++; in BuildHobStack()
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
DPiHob.h466 EFI_HOB_MEMORY_ALLOCATION_STACK *MemoryAllocationStack; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DPeiHob.h238 EFI_HOB_MEMORY_ALLOCATION_STACK *MemoryAllocationStack; member