Home
last modified time | relevance | path

Searched refs:Phit (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
DHobGeneration.c952 gHob->Phit.EfiMemoryTop = (EFI_PHYSICAL_ADDRESS)(UINTN)MemoryTop; in PrepareHobPhit()
953 gHob->Phit.EfiMemoryBottom = gHob->Phit.EfiMemoryTop - CONSUMED_MEMORY; in PrepareHobPhit()
954 gHob->Phit.EfiFreeMemoryTop = (EFI_PHYSICAL_ADDRESS)(UINTN)FreeMemoryTop; in PrepareHobPhit()
955 gHob->Phit.EfiFreeMemoryBottom = gHob->Phit.EfiMemoryBottom + sizeof(HOB_TEMPLATE); in PrepareHobPhit()
957 CopyMem ((VOID *)(UINTN)gHob->Phit.EfiMemoryBottom, gHob, sizeof(HOB_TEMPLATE)); in PrepareHobPhit()
958 gHob = (HOB_TEMPLATE *)(UINTN)gHob->Phit.EfiMemoryBottom; in PrepareHobPhit()
960 gHob->Phit.EfiEndOfHobList = (EFI_PHYSICAL_ADDRESS)(UINTN)&gHob->EndOfHobList; in PrepareHobPhit()
987 gHob->MemoryAllocation.AllocDescriptor.MemoryBaseAddress = gHob->Phit.EfiFreeMemoryTop; in CompleteHobGeneration()
991 …r.MemoryLength = gHob->Stack.AllocDescriptor.MemoryBaseAddress - gHob->Phit.EfiFreeMemoryTop; in CompleteHobGeneration()
996 …if (gHob->MemoryAbove1MB.PhysicalStart + gHob->MemoryAbove1MB.ResourceLength > gHob->Phit.EfiMemor… in CompleteHobGeneration()
[all …]
DDxeInit.c237 gHob->Phit.EfiMemoryTop, gHob->Phit.EfiMemoryBottom, in DxeInit()
238 gHob->Phit.EfiFreeMemoryTop, gHob->Phit.EfiFreeMemoryBottom, in DxeInit()
DHobGeneration.h68 EFI_HOB_HANDOFF_INFO_TABLE Phit; member