Searched defs:ImageAddress (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DLoadImage.h37 EFI_PHYSICAL_ADDRESS ImageAddress; member in struct:_EFI_PEI_LOADED_IMAGE_PPI
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DPeCoffLib.h84 PHYSICAL_ADDRESS ImageAddress; member in struct:__anon11948
93 /// If the DestinationAddress is zero, the ImageAddress will be used as the base
214 Computes the PeCoffHeaderOffset, IsTeImage, ImageType, ImageAddress, ImageSize,
244 If the DestinationAddress field of ImageContext is 0, then use the ImageAddress field of
249 The ImageRead, Handle, PeCoffHeaderOffset, IsTeImage, Machine, ImageType, ImageAddress,
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.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DPeCoffLib.h53 PHYSICAL_ADDRESS ImageAddress; member in struct:__anon9962
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Image/
H A DImage.c316 ImageContext->ImageAddress = FixLoaddingAddress;
332 @param ImageAddress - The base address of the relocated PE/COFF image
343 OUT EFI_PHYSICAL_ADDRESS *ImageAddress,
374 ImageContext.ImageAddress = (EFI_PHYSICAL_ADDRESS)(UINTN) Pe32Data;
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));
392 ASSERT (ImageContext.ImageAddress != 0);
393 if (ImageContext.ImageAddress == 0) {
401 ImageContext.ImageAddress = ImageContext.ImageAddress
341 LoadAndRelocatePeCoffImage( IN VOID *Pe32Data, OUT EFI_PHYSICAL_ADDRESS *ImageAddress, OUT UINT64 *ImageSize, OUT EFI_PHYSICAL_ADDRESS *EntryPoint ) argument
465 EFI_PHYSICAL_ADDRESS ImageAddress; local
721 EFI_PHYSICAL_ADDRESS ImageAddress; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTpmMeasureBootLib/
H A DDxeTpmMeasureBootLib.c251 @param[in] ImageAddress Start address of image buffer.
267 IN EFI_PHYSICAL_ADDRESS ImageAddress,
338 ImageLoad->ImageLocationInMemory = ImageAddress;
347 DosHdr = (EFI_IMAGE_DOS_HEADER *) (UINTN) ImageAddress;
353 Hdr.Pe32 = (EFI_IMAGE_NT_HEADERS32 *)((UINT8 *) (UINTN) ImageAddress + PeCoffHeaderOffset);
391 HashBase = (UINT8 *) (UINTN) ImageAddress;
424 HashSize = Hdr.Pe32->OptionalHeader.SizeOfHeaders - (UINTN) (HashBase - ImageAddress);
430 HashSize = Hdr.Pe32Plus->OptionalHeader.SizeOfHeaders - (UINTN) (HashBase - ImageAddress);
473 HashSize = Hdr.Pe32->OptionalHeader.SizeOfHeaders - (UINTN) (HashBase - ImageAddress);
479 HashSize = Hdr.Pe32Plus->OptionalHeader.SizeOfHeaders - (UINTN) (HashBase - ImageAddress);
265 TcgMeasurePeImage( IN EFI_TCG_PROTOCOL *TcgProtocol, IN EFI_PHYSICAL_ADDRESS ImageAddress, IN UINTN ImageSize, IN UINTN LinkTimeBase, IN UINT16 ImageType, IN EFI_DEVICE_PATH_PROTOCOL *FilePath ) argument
[all...]
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp1689 PVOID ImageAddress; /**< Out: the load address. */ member in struct:MYSYSTEMGDIDRIVERINFO
1736 Info.ImageAddress = NULL;
1745 pImage->pvImage = Info.ImageAddress;
1747 Log(("ImageAddress=%p SectionPointer=%p ImageLength=%#x cbImageBits=%#x rcNt=%#x '%ls'\n",
1748 Info.ImageAddress, Info.SectionPointer, Info.ImageLength, pImage->cbImageBits, rcNt, Info.Name.Buffer));
1750 SUPR0Printf("ImageAddress=%p SectionPointer=%p ImageLength=%#x cbImageBits=%#x rcNt=%#x '%ws'\n",
1751 Info.ImageAddress, Info.SectionPointer, Info.ImageLength, pImage->cbImageBits, rcNt, Info.Name.Buffer);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DAcpi50.h1067 UINT64 ImageAddress; member in struct:__anon11555

Completed in 55 milliseconds