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

#include <StatusCodeDataTypeId.h>

Collaboration diagram for EFI_STATUS_CODE_EXCEP_EXTENDED_DATA:
Collaboration graph
[legend]

Public Attributes

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.

Member Data Documentation

◆ Context

EFI_STATUS_CODE_EXCEP_SYSTEM_CONTEXT EFI_STATUS_CODE_EXCEP_EXTENDED_DATA::Context

The system context.

◆ DataHeader

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.


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