MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_EFI_PEI_LOADED_IMAGE_PPI Struct Reference

Data Fields

EFI_PHYSICAL_ADDRESS ImageAddress
 
UINT64 ImageSize
 
EFI_PEI_FILE_HANDLE FileHandle
 

Detailed Description

This interface is installed by the PEI Dispatcher after the image has been loaded and after all security checks have been performed, to notify other PEIMs of the files which are being loaded.

Field Documentation

EFI_PEI_FILE_HANDLE _EFI_PEI_LOADED_IMAGE_PPI::FileHandle

File handle from which the image was loaded. Can be NULL, indicating the image was not loaded from a handle.

EFI_PHYSICAL_ADDRESS _EFI_PEI_LOADED_IMAGE_PPI::ImageAddress

Address of the image at the address where it will be executed.

UINT64 _EFI_PEI_LOADED_IMAGE_PPI::ImageSize

Size of the image as it will be executed.