Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Image/
DImage.c231 EFI_PHYSICAL_ADDRESS FixLoaddingAddress; in GetPeCoffImageFixLoadingAssignedAddress() local
238 FixLoaddingAddress = 0; in GetPeCoffImageFixLoadingAssignedAddress()
301 FixLoaddingAddress = ValueInSectionHeader; in GetPeCoffImageFixLoadingAssignedAddress()
307FixLoaddingAddress = (EFI_PHYSICAL_ADDRESS)(Private->LoadModuleAtFixAddressTopAddress + (INT64)Val… in GetPeCoffImageFixLoadingAssignedAddress()
312 …Status = CheckAndMarkFixLoadingMemoryUsageBitMap (Private, FixLoaddingAddress, (UINT32) ImageConte… in GetPeCoffImageFixLoadingAssignedAddress()
317 ImageContext->ImageAddress = FixLoaddingAddress; in GetPeCoffImageFixLoadingAssignedAddress()
324 …oading module at fixed address 0x%11p. Status= %r \n", (VOID *)(UINTN)FixLoaddingAddress, Status)); in GetPeCoffImageFixLoadingAssignedAddress()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DPiSmmIpl.c784 EFI_PHYSICAL_ADDRESS FixLoaddingAddress; in GetPeCoffImageFixLoadingAssignedAddress() local
796 FixLoaddingAddress = 0; in GetPeCoffImageFixLoadingAssignedAddress()
844 FixLoaddingAddress = (EFI_PHYSICAL_ADDRESS)(SmramBase + (INT64)ValueInSectionHeader); in GetPeCoffImageFixLoadingAssignedAddress()
846 if (SmramBase + SmmCodeSize > FixLoaddingAddress && SmramBase <= FixLoaddingAddress) { in GetPeCoffImageFixLoadingAssignedAddress()
850 ImageContext->ImageAddress = FixLoaddingAddress; in GetPeCoffImageFixLoadingAssignedAddress()
858 …DULE FIXED INFO: Loading module at fixed address %x, Status = %r \n", FixLoaddingAddress, Status)); in GetPeCoffImageFixLoadingAssignedAddress()
DDispatcher.c224 EFI_PHYSICAL_ADDRESS FixLoaddingAddress; in GetPeCoffImageFixLoadingAssignedAddress() local
230 FixLoaddingAddress = 0; in GetPeCoffImageFixLoadingAssignedAddress()
278FixLoaddingAddress = (EFI_PHYSICAL_ADDRESS)(gLoadModuleAtFixAddressSmramBase + (INT64)ValueInSecti… in GetPeCoffImageFixLoadingAssignedAddress()
282 …Status = CheckAndMarkFixLoadingMemoryUsageBitMap (FixLoaddingAddress, (UINTN)(ImageContext->ImageS… in GetPeCoffImageFixLoadingAssignedAddress()
287 ImageContext->ImageAddress = FixLoaddingAddress; in GetPeCoffImageFixLoadingAssignedAddress()
294 …ODULE FIXED INFO: Loading module at fixed address %x, Status = %r\n", FixLoaddingAddress, Status)); in GetPeCoffImageFixLoadingAssignedAddress()