Home
last modified time | relevance | path

Searched refs:MemoryAllocationHeader (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Hob/
DHob.c71 Hob->MemoryAllocationHeader.Name = gEfiHobMemeryAllocModuleGuid; in PeiBuildHobModule()
72 Hob->MemoryAllocationHeader.MemoryBaseAddress = MemoryAllocationModule; in PeiBuildHobModule()
73 Hob->MemoryAllocationHeader.MemoryLength = ModuleLength; in PeiBuildHobModule()
74 Hob->MemoryAllocationHeader.MemoryType = EfiBootServicesCode; in PeiBuildHobModule()
76 Hob->MemoryAllocationHeader.Reserved, in PeiBuildHobModule()
77 sizeof (Hob->MemoryAllocationHeader.Reserved), in PeiBuildHobModule()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiHobLib/
DHobLib.c266 CopyGuid (&(Hob->MemoryAllocationHeader.Name), &gEfiHobMemoryAllocModuleGuid); in GlueBuildModuleHob()
267 Hob->MemoryAllocationHeader.MemoryBaseAddress = MemoryAllocationModule; in GlueBuildModuleHob()
268 Hob->MemoryAllocationHeader.MemoryLength = ModuleLength; in GlueBuildModuleHob()
269 Hob->MemoryAllocationHeader.MemoryType = EfiBootServicesCode; in GlueBuildModuleHob()
274 ZeroMem (Hob->MemoryAllocationHeader.Reserved, sizeof (Hob->MemoryAllocationHeader.Reserved)); in GlueBuildModuleHob()
/device/linaro/bootloader/edk2/MdePkg/Library/PeiHobLib/
DHobLib.c289 CopyGuid (&(Hob->MemoryAllocationHeader.Name), &gEfiHobMemoryAllocModuleGuid); in BuildModuleHob()
290 Hob->MemoryAllocationHeader.MemoryBaseAddress = MemoryAllocationModule; in BuildModuleHob()
291 Hob->MemoryAllocationHeader.MemoryLength = ModuleLength; in BuildModuleHob()
292 Hob->MemoryAllocationHeader.MemoryType = EfiBootServicesCode; in BuildModuleHob()
297 ZeroMem (Hob->MemoryAllocationHeader.Reserved, sizeof (Hob->MemoryAllocationHeader.Reserved)); in BuildModuleHob()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/PeiHobLibFramework/
DHobLib.c293 CopyGuid (&(Hob->MemoryAllocationHeader.Name), &gEfiHobMemoryAllocModuleGuid); in BuildModuleHob()
294 Hob->MemoryAllocationHeader.MemoryBaseAddress = MemoryAllocationModule; in BuildModuleHob()
295 Hob->MemoryAllocationHeader.MemoryLength = ModuleLength; in BuildModuleHob()
296 Hob->MemoryAllocationHeader.MemoryType = EfiBootServicesCode; in BuildModuleHob()
301 ZeroMem (Hob->MemoryAllocationHeader.Reserved, sizeof (Hob->MemoryAllocationHeader.Reserved)); in BuildModuleHob()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiHobLib/
DHob.c453 CopyGuid (&(Hob->MemoryAllocationHeader.Name), &gEfiHobMemoryAllocModuleGuid); in BuildModuleHob()
454 Hob->MemoryAllocationHeader.MemoryBaseAddress = MemoryAllocationModule; in BuildModuleHob()
455 Hob->MemoryAllocationHeader.MemoryLength = ModuleLength; in BuildModuleHob()
456 Hob->MemoryAllocationHeader.MemoryType = EfiBootServicesCode; in BuildModuleHob()
461 ZeroMem (Hob->MemoryAllocationHeader.Reserved, sizeof (Hob->MemoryAllocationHeader.Reserved)); in BuildModuleHob()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/
DHob.c257 !EfiCompareGuid (&DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.Name, in GetDxeCoreHobInfo()
269 *BaseAddress = DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.MemoryBaseAddress; in GetDxeCoreHobInfo()
270 *Length = DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.MemoryLength; in GetDxeCoreHobInfo()
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
DDxeInit.c251 …gHob->DxeCore.MemoryAllocationHeader.MemoryBaseAddress, gHob->DxeCore.MemoryAllocationHeader.Memor… in DxeInit()
DHobGeneration.c751 gHob->DxeCore.MemoryAllocationHeader.MemoryBaseAddress = DxeCoreImageBase; in PrepareHobDxeCore()
752 gHob->DxeCore.MemoryAllocationHeader.MemoryLength = DxeCoreLength; in PrepareHobDxeCore()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/Hob/
DPeiHobLib.c167 …CopyMem(&(Hob.MemoryAllocationModule->MemoryAllocationHeader.Name), &gEfiHobMemeryAllocModuleGuid,… in BuildHobModule()
168 Hob.MemoryAllocationModule->MemoryAllocationHeader.MemoryBaseAddress = MemoryAllocationModule; in BuildHobModule()
169 Hob.MemoryAllocationModule->MemoryAllocationHeader.MemoryLength = ModuleLength; in BuildHobModule()
170 Hob.MemoryAllocationModule->MemoryAllocationHeader.MemoryType = EfiConventionalMemory; in BuildHobModule()
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
DPiHob.h214 EFI_HOB_MEMORY_ALLOCATION_HEADER MemoryAllocationHeader; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DPeiHob.h98 EFI_HOB_MEMORY_ALLOCATION_HEADER MemoryAllocationHeader; member
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
DImage.c146 …if (CompareGuid (&DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.Name, &gEfiHobMemoryAl… in CoreInitializeImageServices()
156 …DxeCoreImageBaseAddress = DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.MemoryBaseAddr… in CoreInitializeImageServices()
157 DxeCoreImageLength = DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.MemoryLength; in CoreInitializeImageServices()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c580 …if (CompareGuid (&DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.Name, &gEfiHobMemoryAl… in RegisterDxeCore()
598 ImageBase = DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.MemoryBaseAddress; in RegisterDxeCore()
603 DxeCoreHob.MemoryAllocationModule->MemoryAllocationHeader.MemoryLength, in RegisterDxeCore()