Home
last modified time | relevance | path

Searched refs:EndOfFirmwareVolume (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
DFindPeiCore.c38 EFI_PHYSICAL_ADDRESS EndOfFirmwareVolume; in FindImageBase() local
49 EndOfFirmwareVolume = CurrentAddress + BootFirmwareVolumePtr->FvLength; in FindImageBase()
57 if (CurrentAddress > EndOfFirmwareVolume) { in FindImageBase()
75 if (EndOfFile > EndOfFirmwareVolume) { in FindImageBase()
/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/
DFindPeiCore.c38 EFI_PHYSICAL_ADDRESS EndOfFirmwareVolume; in FindImageBase() local
49 EndOfFirmwareVolume = CurrentAddress + BootFirmwareVolumePtr->FvLength; in FindImageBase()
57 if (CurrentAddress > EndOfFirmwareVolume) { in FindImageBase()
75 if (EndOfFile > EndOfFirmwareVolume) { in FindImageBase()
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/
DFindPeiCore.c38 EFI_PHYSICAL_ADDRESS EndOfFirmwareVolume; in FindImageBase() local
49 EndOfFirmwareVolume = CurrentAddress + BootFirmwareVolumePtr->FvLength; in FindImageBase()
57 if (CurrentAddress > EndOfFirmwareVolume) { in FindImageBase()
75 if (EndOfFile > EndOfFirmwareVolume) { in FindImageBase()
/device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/
DFindPeiCore.c38 EFI_PHYSICAL_ADDRESS EndOfFirmwareVolume; in FindImageBase() local
49 EndOfFirmwareVolume = CurrentAddress + BootFirmwareVolumePtr->FvLength; in FindImageBase()
57 if (CurrentAddress > EndOfFirmwareVolume) { in FindImageBase()
75 if (EndOfFile > EndOfFirmwareVolume) { in FindImageBase()
/device/linaro/bootloader/edk2/OvmfPkg/Sec/
DSecMain.c258 EFI_PHYSICAL_ADDRESS EndOfFirmwareVolume; in FindFfsFileAndSection() local
269 EndOfFirmwareVolume = CurrentAddress + Fv->FvLength; in FindFfsFileAndSection()
277 if (CurrentAddress > EndOfFirmwareVolume) { in FindFfsFileAndSection()
288 if (EndOfFile > EndOfFirmwareVolume) { in FindFfsFileAndSection()
580 EFI_PHYSICAL_ADDRESS EndOfFirmwareVolume; in FindImageBase() local
590 EndOfFirmwareVolume = CurrentAddress + BootFirmwareVolumePtr->FvLength; in FindImageBase()
598 if (CurrentAddress > EndOfFirmwareVolume) { in FindImageBase()
609 if (EndOfFile > EndOfFirmwareVolume) { in FindImageBase()