Home
last modified time | relevance | path

Searched refs:CONTEXT_i386 (Results 1 – 5 of 5) sorted by relevance

/reactos/subsystems/mvdm/ntvdm/cpu/
H A Dx86context.h19 #undef CONTEXT_i386
37 #define CONTEXT_i386 0x00010000 macro
40 #define CONTEXT_CONTROL (CONTEXT_i386|0x00000001L) // SS:SP, CS:IP, FLAGS, BP
41 #define CONTEXT_INTEGER (CONTEXT_i386|0x00000002L) // AX, BX, CX, DX, SI, DI
42 #define CONTEXT_SEGMENTS (CONTEXT_i386|0x00000004L) // DS, ES, FS, GS
43 #define CONTEXT_FLOATING_POINT (CONTEXT_i386|0x00000008L) // 387 state
44 #define CONTEXT_DEBUG_REGISTERS (CONTEXT_i386|0x00000010L) // DB 0-3,6,7
45 #define CONTEXT_EXTENDED_REGISTERS (CONTEXT_i386|0x00000020L) // CPU-specific extensions
53 #define CONTEXT_XSTATE (CONTEXT_i386 | 0x00000040L)
/reactos/sdk/include/xdk/x86/
H A Dke.h226 #define CONTEXT_i386 0x10000 macro
228 #define CONTEXT_CONTROL (CONTEXT_i386|0x00000001L)
229 #define CONTEXT_INTEGER (CONTEXT_i386|0x00000002L)
230 #define CONTEXT_SEGMENTS (CONTEXT_i386|0x00000004L)
231 #define CONTEXT_FLOATING_POINT (CONTEXT_i386|0x00000008L)
232 #define CONTEXT_DEBUG_REGISTERS (CONTEXT_i386|0x00000010L)
233 #define CONTEXT_EXTENDED_REGISTERS (CONTEXT_i386|0x00000020L)
240 #define CONTEXT_XSTATE (CONTEXT_i386 | 0x00000040L)
/reactos/drivers/filesystems/udfs/Include/
H A Dnt_native.h1364 #define CONTEXT_i386 0x00010000 // this assumes that i386 and macro
1369 #define CONTEXT_CONTROL (CONTEXT_i386 | 0x00000001L) // SS:SP, CS:IP, FLAGS, BP
1370 #define CONTEXT_INTEGER (CONTEXT_i386 | 0x00000002L) // AX, BX, CX, DX, SI, DI
1371 #define CONTEXT_SEGMENTS (CONTEXT_i386 | 0x00000004L) // DS, ES, FS, GS
1372 #define CONTEXT_FLOATING_POINT (CONTEXT_i386 | 0x00000008L) // 387 state
1373 #define CONTEXT_DEBUG_REGISTERS (CONTEXT_i386 | 0x00000010L) // DB 0-3,6,7
/reactos/dll/win32/dbghelp/
H A Dcompat.h285 #define CONTEXT_i386 0x10000 macro
287 #define CONTEXT_CONTROL (CONTEXT_i386|0x00000001L)
288 #define CONTEXT_INTEGER (CONTEXT_i386|0x00000002L)
289 #define CONTEXT_SEGMENTS (CONTEXT_i386|0x00000004L)
290 #define CONTEXT_FLOATING_POINT (CONTEXT_i386|0x00000008L)
291 #define CONTEXT_DEBUG_REGISTERS (CONTEXT_i386|0x00000010L)
292 #define CONTEXT_EXTENDED_REGISTERS (CONTEXT_i386|0x00000020L)
/reactos/sdk/include/xdk/
H A Dwinnt_old.h1192 #define CONTEXT_i386 0x10000 macro
1194 #define CONTEXT_CONTROL (CONTEXT_i386|0x00000001L)
1195 #define CONTEXT_INTEGER (CONTEXT_i386|0x00000002L)
1196 #define CONTEXT_SEGMENTS (CONTEXT_i386|0x00000004L)
1197 #define CONTEXT_FLOATING_POINT (CONTEXT_i386|0x00000008L)
1198 #define CONTEXT_DEBUG_REGISTERS (CONTEXT_i386|0x00000010L)
1199 #define CONTEXT_EXTENDED_REGISTERS (CONTEXT_i386|0x00000020L)