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

Data Fields

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

Field Documentation

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.

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.

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.

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.

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.