Searched refs:MemoryAllocationStack (Results 1 – 5 of 5) sorted by relevance
807 …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()
717 …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()
421 …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()
466 EFI_HOB_MEMORY_ALLOCATION_STACK *MemoryAllocationStack; member
238 EFI_HOB_MEMORY_ALLOCATION_STACK *MemoryAllocationStack; member