Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Image/
DImage.c231 EFI_PHYSICAL_ADDRESS FixLoadingAddress; in GetPeCoffImageFixLoadingAssignedAddress() local
238 FixLoadingAddress = 0; in GetPeCoffImageFixLoadingAssignedAddress()
301 FixLoadingAddress = ValueInSectionHeader; in GetPeCoffImageFixLoadingAssignedAddress()
307FixLoadingAddress = (EFI_PHYSICAL_ADDRESS)(Private->LoadModuleAtFixAddressTopAddress + (INT64)Valu… in GetPeCoffImageFixLoadingAssignedAddress()
312 …Status = CheckAndMarkFixLoadingMemoryUsageBitMap (Private, FixLoadingAddress, (UINT32) ImageContex… in GetPeCoffImageFixLoadingAssignedAddress()
317 ImageContext->ImageAddress = FixLoadingAddress; in GetPeCoffImageFixLoadingAssignedAddress()
324 …Loading module at fixed address 0x%11p. Status= %r \n", (VOID *)(UINTN)FixLoadingAddress, Status)); in GetPeCoffImageFixLoadingAssignedAddress()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DPiSmmIpl.c830 EFI_PHYSICAL_ADDRESS FixLoadingAddress; in GetPeCoffImageFixLoadingAssignedAddress() local
842 FixLoadingAddress = 0; in GetPeCoffImageFixLoadingAssignedAddress()
890 FixLoadingAddress = (EFI_PHYSICAL_ADDRESS)(SmramBase + (INT64)ValueInSectionHeader); in GetPeCoffImageFixLoadingAssignedAddress()
892 if (SmramBase + SmmCodeSize > FixLoadingAddress && SmramBase <= FixLoadingAddress) { in GetPeCoffImageFixLoadingAssignedAddress()
896 ImageContext->ImageAddress = FixLoadingAddress; in GetPeCoffImageFixLoadingAssignedAddress()
904 …ODULE FIXED INFO: Loading module at fixed address %x, Status = %r \n", FixLoadingAddress, Status)); in GetPeCoffImageFixLoadingAssignedAddress()
DDispatcher.c224 EFI_PHYSICAL_ADDRESS FixLoadingAddress; in GetPeCoffImageFixLoadingAssignedAddress() local
230 FixLoadingAddress = 0; in GetPeCoffImageFixLoadingAssignedAddress()
278FixLoadingAddress = (EFI_PHYSICAL_ADDRESS)(gLoadModuleAtFixAddressSmramBase + (INT64)ValueInSectio… in GetPeCoffImageFixLoadingAssignedAddress()
282 …Status = CheckAndMarkFixLoadingMemoryUsageBitMap (FixLoadingAddress, (UINTN)(ImageContext->ImageSi… in GetPeCoffImageFixLoadingAssignedAddress()
287 ImageContext->ImageAddress = FixLoadingAddress; in GetPeCoffImageFixLoadingAssignedAddress()
294 …MODULE FIXED INFO: Loading module at fixed address %x, Status = %r\n", FixLoadingAddress, Status)); in GetPeCoffImageFixLoadingAssignedAddress()