XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_STATUS_CODE_EXCEP_SYSTEM_CONTEXT Union Reference

#include <StatusCodeDataTypeId.h>

Collaboration diagram for EFI_STATUS_CODE_EXCEP_SYSTEM_CONTEXT:
Collaboration graph
[legend]

Public Attributes

EFI_SYSTEM_CONTEXT_EBC SystemContextEbc
 
EFI_SYSTEM_CONTEXT_IA32 SystemContextIa32
 
EFI_SYSTEM_CONTEXT_IPF SystemContextIpf
 
EFI_SYSTEM_CONTEXT_X64 SystemContextX64
 
EFI_SYSTEM_CONTEXT_ARM SystemContextArm
 

Detailed Description

System Context Data EBC/IA32/IPF

Member Data Documentation

◆ SystemContextArm

EFI_SYSTEM_CONTEXT_ARM EFI_STATUS_CODE_EXCEP_SYSTEM_CONTEXT::SystemContextArm

The context of the ARM processor when the exception was generated. Type EFI_SYSTEM_CONTEXT_ARM is defined in the EFI_DEBUG_SUPPORT_PROTOCOL in the UEFI Specification.

◆ SystemContextEbc

EFI_SYSTEM_CONTEXT_EBC EFI_STATUS_CODE_EXCEP_SYSTEM_CONTEXT::SystemContextEbc

The context of the EBC virtual machine when the exception was generated. Type EFI_SYSTEM_CONTEXT_EBC is defined in EFI_DEBUG_SUPPORT_PROTOCOL in the UEFI Specification.

◆ SystemContextIa32

EFI_SYSTEM_CONTEXT_IA32 EFI_STATUS_CODE_EXCEP_SYSTEM_CONTEXT::SystemContextIa32

The context of the IA-32 processor when the exception was generated. Type EFI_SYSTEM_CONTEXT_IA32 is defined in the EFI_DEBUG_SUPPORT_PROTOCOL in the UEFI Specification.

◆ SystemContextIpf

EFI_SYSTEM_CONTEXT_IPF EFI_STATUS_CODE_EXCEP_SYSTEM_CONTEXT::SystemContextIpf

The context of the Itanium(R) processor when the exception was generated. Type EFI_SYSTEM_CONTEXT_IPF is defined in the EFI_DEBUG_SUPPORT_PROTOCOL in the UEFI Specification.

◆ SystemContextX64

EFI_SYSTEM_CONTEXT_X64 EFI_STATUS_CODE_EXCEP_SYSTEM_CONTEXT::SystemContextX64

The context of the X64 processor when the exception was generated. Type EFI_SYSTEM_CONTEXT_X64 is defined in the EFI_DEBUG_SUPPORT_PROTOCOL in the UEFI Specification.


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