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

Data Fields

EFI_STATUS_CODE_DATA DataHeader
 
EFI_STATUS_CODE_EXCEP_SYSTEM_CONTEXT Context
 

Detailed Description

This structure defines extended data describing a processor exception error.

This extended data allows the processor context that is present at the time of the exception to be reported with the exception. The format and contents of the context data varies depending on the processor architecture.

Field Documentation

EFI_STATUS_CODE_EXCEP_SYSTEM_CONTEXT EFI_STATUS_CODE_EXCEP_EXTENDED_DATA::Context

The system context.

EFI_STATUS_CODE_DATA EFI_STATUS_CODE_EXCEP_EXTENDED_DATA::DataHeader

The data header identifying the data. DataHeader.HeaderSize should be sizeof (EFI_STATUS_CODE_DATA), DataHeader.Size should be sizeof (EFI_STATUS_CODE_EXCEP_EXTENDED_DATA) - HeaderSize, and DataHeader.Type should be EFI_STATUS_CODE_SPECIFIC_DATA_GUID.