Searched refs:ImageSize (Results 1 - 25 of 54) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DLoadImage.h41 UINT64 ImageSize; member in struct:_EFI_PEI_LOADED_IMAGE_PPI
H A DLoadFile.h37 @param ImageSize Pointer to the size of the loaded image.
58 OUT UINT64 *ImageSize,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Ppi/
H A DFvLoadFile.h34 @param ImageSize The pointer to the size of the loaded image.
49 OUT UINT64 *ImageSize,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Image/
H A DImage.c147 @param ImageSize The size of the image
156 IN UINT32 ImageSize
179 if ((Private->LoadModuleAtFixAddressTopAddress - EFI_PAGES_TO_SIZE(DxeCodePageNumber)) < (ImageBase + ImageSize) ||
189 TopOffsetPageNumber = EFI_SIZE_TO_PAGES((UINT32)(ImageBase + ImageSize - PeiCodeBase));
311 Status = CheckAndMarkFixLoadingMemoryUsageBitMap (Private, FixLoaddingAddress, (UINT32) ImageContext->ImageSize);
333 @param ImageSize - The size of the relocated PE/COFF image
344 OUT UINT64 *ImageSize,
387 ImageContext.ImageAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) AllocatePages (EFI_SIZE_TO_PAGES ((UINT32) ImageContext.ImageSize));
390 ImageContext.ImageAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) AllocatePages (EFI_SIZE_TO_PAGES ((UINT32) ImageContext.ImageSize));
426 InvalidateInstructionCacheRange ((VOID *)(UINTN)ImageContext.ImageAddress, (UINTN)ImageContext.ImageSize);
341 LoadAndRelocatePeCoffImage( IN VOID *Pe32Data, OUT EFI_PHYSICAL_ADDRESS *ImageAddress, OUT UINT64 *ImageSize, OUT EFI_PHYSICAL_ADDRESS *EntryPoint ) argument
466 UINT64 ImageSize; local
722 UINT64 ImageSize; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DBmp.h39 UINT32 ImageSize; ///< Compressed image size in bytes member in struct:__anon11617
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDeferredImageLoad.h40 Image may be NULL and ImageSize set to 0 if the decision to defer execution was made because
51 @param[out] ImageSize On return, the size of the image, or 0 if the image is not available.
57 @retval EFI_INVALID_PARAMETER ImageDevicePath is NULL or Image is NULL or ImageSize is NULL or
67 OUT UINTN *ImageSize,
H A DFirmwareManagement.h277 @param[out] ImageSize On entry, points to the size of the buffer pointed to by Image, in bytes.
281 @retval EFI_BUFFER_TOO_SMALL The buffer specified by ImageSize is too small to hold the
283 in ImageSize.
296 IN OUT UINTN *ImageSize
329 @param[in] ImageSize Size of the new image in bytes.
351 IN UINTN ImageSize,
367 @param[in] ImageSize Size of the new image in bytes.
383 IN UINTN ImageSize,
441 @param[in] ImageSize Size of the authentication image in bytes.
466 IN UINTN ImageSize,
[all...]
H A DLoadedImage.h74 UINT64 ImageSize; ///< The size in bytes of the loaded image. member in struct:__anon12208
H A DNetworkInterfaceIdentifier.h65 UINT32 ImageSize; ///< The size of unrelocated network interface image. member in struct:_EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL
H A DRuntime.h54 UINT64 ImageSize; member in struct:_EFI_RUNTIME_IMAGE_ENTRY
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.h56 UINTN ImageSize; member in struct:__anon12679
75 Image may be NULL and ImageSize set to 0 if the decision to defer execution was made
85 @param[out] ImageSize On return, the size of the image, or 0 if the image is not available.
91 @retval EFI_INVALID_PARAMETER ImageDevicePath is NULL or Image is NULL or ImageSize is NULL or
102 OUT UINTN *ImageSize,
H A DDxeDeferImageLoadLib.c588 @param[in] ImageSize The size of the image, or 0 if the image is not available.
595 IN UINTN ImageSize
631 CurImageInfo->ImageSize = ImageSize;
643 Image may be NULL and ImageSize set to 0 if the decision to defer execution was made
653 @param[out] ImageSize On return, the size of the image, or 0 if the image is not available.
659 @retval EFI_INVALID_PARAMETER ImageDevicePath is NULL or Image is NULL or ImageSize is NULL or
670 OUT UINTN *ImageSize,
680 if ((This == NULL) || (ImageSize == NULL) || (Image == NULL)) {
699 *ImageSize
665 GetDefferedImageInfo( IN EFI_DEFERRED_IMAGE_LOAD_PROTOCOL *This, IN UINTN ImageIndex, OUT EFI_DEVICE_PATH_PROTOCOL **ImageDevicePath, OUT VOID **Image, OUT UINTN *ImageSize, OUT BOOLEAN *BootOption ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Protocol/
H A DOEMBadging.h58 @param ImageSize The size of the image returned.
74 OUT UINTN *ImageSize,
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DLoadedImage.h76 UINT64 ImageSize; ///< The size in bytes of the loaded image. member in struct:__anon15653
H A DNetworkInterfaceIdentifier.h67 UINT32 ImageSize; ///< The size of unrelocated network interface image. member in struct:_EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DPeCoffLib.h89 UINT64 ImageSize; member in struct:__anon11948
214 Computes the PeCoffHeaderOffset, IsTeImage, ImageType, ImageAddress, ImageSize,
250 ImageSize, DestinationAddress, RelocationsStripped, SectionAlignment, SizeOfHeaders,
281 specified by the ImageAddress and ImageSize fields of ImageContext. The caller must allocate
282 the load buffer and fill in the ImageAddress and ImageSize fields prior to calling this function.
284 The ImageRead, Handle, PeCoffHeaderOffset, IsTeImage, Machine, ImageType, ImageAddress, ImageSize,
298 the ImageAddress and ImageSize fields of ImageContext.
353 and ImageSize so the image will execute correctly when the PE/COFF image is mapped
366 @param ImageSize The size, in bytes, of the PE/COFF image.
376 IN UINTN ImageSize,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DLoadDeferredImage.c42 UINTN ImageSize; local
84 &ImageSize,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
H A DIpfBootSupport.c198 NumberOfPages = (UINTN) (DivU64x32(LoadedImage->ImageSize, EFI_PAGE_SIZE) + 1);
263 InvalidateInstructionCacheRange ((VOID *)(UINTN)ImageContext.ImageAddress, (UINTN)ImageContext.ImageSize);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DUpdateDriver.h114 @param ImageSize Image size.
128 IN UINTN ImageSize
138 @param ImageSize Image size.
154 IN UINTN ImageSize,
H A DFlashUpdate.c309 @param ImageSize Image size.
325 IN UINTN ImageSize
515 @param ImageSize Image size.
529 IN UINTN ImageSize
588 @param ImageSize Image size.
602 IN UINTN ImageSize
629 // Check if ImageSize is the same as the size of the whole FV
631 if ((UINT64)ImageSize != FwVolHeader->FvLength) {
666 ImageSize
675 ImageSize
717 PerformUpdateOnFvFile( IN EFI_HANDLE FvbHandle, IN EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL *FvbProtocol, IN UPDATE_CONFIG_DATA *ConfigData, IN UINT8 *ImageBuffer, IN UINTN ImageSize, IN EFI_FV_FILETYPE FileType, IN EFI_FV_FILE_ATTRIBUTES FileAttributes ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxPeCoffExtraActionLib/
H A DVBoxPeCoffExtraActionLib.c65 vboxImageEvtU64(EFI_IMAGE_EVT_CMD_SIZE0, pImageCtx->ImageSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciOptionRomSupport.c49 UINT32 ImageSize; local
89 ImageSize = Pcir->ImageLength * 512;
91 if (InitializationSize > ImageSize || EfiRomHeader->EfiImageHeaderOffset >= InitializationSize) {
657 UINT32 ImageSize; local
693 ImageSize = (UINT32) (Pcir->ImageLength * 512);
724 EfiOpRomImageNode.EndingOffset = (UINTN) RomBarOffset + ImageSize - 1 - (UINTN) RomBar;
765 RomBarOffset += ImageSize;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DLoadPciRom.c209 UINT32 ImageSize; local
257 ImageSize = Pcir->ImageLength * 512;
258 if (RomBarOffset - (UINTN)RomBar + ImageSize > RomSize) {
270 if (InitializationSize <= ImageSize && ImageOffset < InitializationSize) {
361 RomBarOffset = RomBarOffset + ImageSize;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.c55 0, // ImageSize
172 Image->Info.ImageSize = DxeCoreImageLength;
266 @param ImageSize The size of the image
274 IN UINTN ImageSize
307 if (gLoadModuleAtFixAddressConfigurationTable.DxeCodeTopAddress < ImageBase + ImageSize ||
315 TopOffsetPageNumber = (UINTN)EFI_SIZE_TO_PAGES((UINT32)(ImageBase + ImageSize - DxeCodeBase));
415 Status = CheckAndMarkFixLoadingMemoryUsageBitMap (ImageContext->ImageAddress, (UINTN)(ImageContext->ImageSize + ImageContext->SectionAlignment));
516 Size = (UINTN)Image->ImageContext.ImageSize + Image->ImageContext.SectionAlignment;
518 Size = (UINTN)Image->ImageContext.ImageSize;
589 (EFI_SIZE_TO_PAGES ((UINTN)Image->ImageContext.ImageSize
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DPeCoffLib.h54 UINT64 ImageSize; member in struct:__anon9962

Completed in 535 milliseconds

123