ReactOS 0.4.16-dev-959-g2ec3a19
|
#include <x86context.h>
Definition at line 73 of file x86context.h.
ULONG _X86CONTEXT::ContextFlags |
Definition at line 79 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::Dr0 |
Definition at line 85 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::Dr1 |
Definition at line 86 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::Dr2 |
Definition at line 87 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::Dr3 |
Definition at line 88 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::Dr6 |
Definition at line 89 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::Dr7 |
Definition at line 90 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::Eax |
Definition at line 116 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::Ebp |
Definition at line 122 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::Ebx |
Definition at line 113 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::Ecx |
Definition at line 115 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::Edi |
Definition at line 111 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::Edx |
Definition at line 114 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::EFlags |
Definition at line 125 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::Eip |
Definition at line 123 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::Esi |
Definition at line 112 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::Esp |
Definition at line 126 of file x86context.h.
Referenced by getIntelRegistersPointer().
UCHAR _X86CONTEXT::ExtendedRegisters[MAXIMUM_SUPPORTED_EXTENSION] |
Definition at line 133 of file x86context.h.
X87FLOATING_SAVE_AREA _X86CONTEXT::FloatSave |
Definition at line 96 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::SegCs |
Definition at line 124 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::SegDs |
Definition at line 105 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::SegEs |
Definition at line 104 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::SegFs |
Definition at line 103 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::SegGs |
Definition at line 102 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X86CONTEXT::SegSs |
Definition at line 127 of file x86context.h.
Referenced by getIntelRegistersPointer().