TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/DebugSupport.h>
Data Fields | |
UINT32 | ExceptionData |
EFI_FX_SAVE_STATE_IA32 | FxSaveState |
UINT32 | Dr0 |
UINT32 | Dr1 |
UINT32 | Dr2 |
UINT32 | Dr3 |
UINT32 | Dr6 |
UINT32 | Dr7 |
UINT32 | Cr0 |
UINT32 | Cr1 |
UINT32 | Cr2 |
UINT32 | Cr3 |
UINT32 | Cr4 |
UINT32 | Eflags |
UINT32 | Ldtr |
UINT32 | Tr |
UINT32 | Gdtr [2] |
UINT32 | Idtr [2] |
UINT32 | Eip |
UINT32 | Gs |
UINT32 | Fs |
UINT32 | Es |
UINT32 | Ds |
UINT32 | Cs |
UINT32 | Ss |
UINT32 | Edi |
UINT32 | Esi |
UINT32 | Ebp |
UINT32 | Esp |
UINT32 | Ebx |
UINT32 | Edx |
UINT32 | Ecx |
UINT32 | Eax |
IA-32 processor context definition.
Definition at line 95 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Cr0 |
Definition at line 104 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Cr1 |
Definition at line 105 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Cr2 |
Definition at line 106 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Cr3 |
Definition at line 107 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Cr4 |
Definition at line 108 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Cs |
Definition at line 119 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Dr0 |
Definition at line 98 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Dr1 |
Definition at line 99 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Dr2 |
Definition at line 100 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Dr3 |
Definition at line 101 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Dr6 |
Definition at line 102 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Dr7 |
Definition at line 103 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Ds |
Definition at line 118 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Eax |
Definition at line 128 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Ebp |
Definition at line 123 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Ebx |
Definition at line 125 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Ecx |
Definition at line 127 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Edi |
Definition at line 121 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Edx |
Definition at line 126 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Eflags |
Definition at line 109 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Eip |
Definition at line 114 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Es |
Definition at line 117 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Esi |
Definition at line 122 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Esp |
Definition at line 124 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::ExceptionData |
Definition at line 96 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Fs |
Definition at line 116 of file DebugSupport.h.
EFI_FX_SAVE_STATE_IA32 EFI_SYSTEM_CONTEXT_IA32::FxSaveState |
Definition at line 97 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Gdtr[2] |
Definition at line 112 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Gs |
Definition at line 115 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Idtr[2] |
Definition at line 113 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Ldtr |
Definition at line 110 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Ss |
Definition at line 120 of file DebugSupport.h.
UINT32 EFI_SYSTEM_CONTEXT_IA32::Tr |
Definition at line 111 of file DebugSupport.h.