ReactOS 0.4.16-dev-965-gf669426
|
#include <x86context.h>
Definition at line 56 of file x86context.h.
ULONG _X87FLOATING_SAVE_AREA::ControlWord |
Definition at line 58 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X87FLOATING_SAVE_AREA::Cr0NpxState |
Definition at line 66 of file x86context.h.
ULONG _X87FLOATING_SAVE_AREA::DataOffset |
Definition at line 63 of file x86context.h.
ULONG _X87FLOATING_SAVE_AREA::DataSelector |
Definition at line 64 of file x86context.h.
ULONG _X87FLOATING_SAVE_AREA::ErrorOffset |
Definition at line 61 of file x86context.h.
ULONG _X87FLOATING_SAVE_AREA::ErrorSelector |
Definition at line 62 of file x86context.h.
UCHAR _X87FLOATING_SAVE_AREA::RegisterArea[SIZE_OF_80387_REGISTERS] |
Definition at line 65 of file x86context.h.
ULONG _X87FLOATING_SAVE_AREA::StatusWord |
Definition at line 59 of file x86context.h.
Referenced by getIntelRegistersPointer().
ULONG _X87FLOATING_SAVE_AREA::TagWord |
Definition at line 60 of file x86context.h.