XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
_EFI_PEI_LOADED_IMAGE_PPI Struct Reference

#include <LoadImage.h>

Public Attributes

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.

Member Data Documentation

◆ FileHandle

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.

◆ ImageAddress

EFI_PHYSICAL_ADDRESS _EFI_PEI_LOADED_IMAGE_PPI::ImageAddress

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

◆ ImageSize

UINT64 _EFI_PEI_LOADED_IMAGE_PPI::ImageSize

Size of the image as it will be executed.


The documentation for this struct was generated from the following file: