Searched refs:EFI_HOB_MEMORY_ALLOCATION_STACK (Results 1 – 10 of 10) sorted by relevance
182 } EFI_HOB_MEMORY_ALLOCATION_STACK; typedef466 EFI_HOB_MEMORY_ALLOCATION_STACK *MemoryAllocationStack;
94 } EFI_HOB_MEMORY_ALLOCATION_STACK; typedef238 EFI_HOB_MEMORY_ALLOCATION_STACK *MemoryAllocationStack;
375 EFI_HOB_MEMORY_ALLOCATION_STACK *Hob; in PeiBuildHobStack()380 sizeof (EFI_HOB_MEMORY_ALLOCATION_STACK), in PeiBuildHobStack()
72 EFI_HOB_MEMORY_ALLOCATION_STACK Stack;
86 sizeof (EFI_HOB_MEMORY_ALLOCATION_STACK), // Hob size
521 EFI_HOB_MEMORY_ALLOCATION_STACK *Hob; in BuildStackHob()523 …alPeiCreateHob (EFI_HOB_TYPE_MEMORY_ALLOCATION, (UINT16) sizeof (EFI_HOB_MEMORY_ALLOCATION_STACK)); in BuildStackHob()
700 EFI_HOB_MEMORY_ALLOCATION_STACK *Hob; in BuildStackHob()705 …alPeiCreateHob (EFI_HOB_TYPE_MEMORY_ALLOCATION, (UINT16) sizeof (EFI_HOB_MEMORY_ALLOCATION_STACK)); in BuildStackHob()
702 EFI_HOB_MEMORY_ALLOCATION_STACK *Hob; in BuildStackHob()707 …alPeiCreateHob (EFI_HOB_TYPE_MEMORY_ALLOCATION, (UINT16) sizeof (EFI_HOB_MEMORY_ALLOCATION_STACK)); in BuildStackHob()
681 EFI_HOB_MEMORY_ALLOCATION_STACK *Hob; in BuildStackHob()686 Hob = CreateHob (EFI_HOB_TYPE_MEMORY_ALLOCATION, sizeof (EFI_HOB_MEMORY_ALLOCATION_STACK)); in BuildStackHob()
419 Hob.Header->HobLength = (UINT16) sizeof (EFI_HOB_MEMORY_ALLOCATION_STACK); in BuildHobStack()