ReactOS 0.4.15-dev-7924-g5949c20
_X87FLOATING_SAVE_AREA Struct Reference

#include <x86context.h>

Public Attributes

ULONG ControlWord
 
ULONG StatusWord
 
ULONG TagWord
 
ULONG ErrorOffset
 
ULONG ErrorSelector
 
ULONG DataOffset
 
ULONG DataSelector
 
UCHAR RegisterArea [SIZE_OF_80387_REGISTERS]
 
ULONG Cr0NpxState
 

Detailed Description

Definition at line 56 of file x86context.h.

Member Data Documentation

◆ ControlWord

ULONG _X87FLOATING_SAVE_AREA::ControlWord

Definition at line 58 of file x86context.h.

Referenced by getIntelRegistersPointer().

◆ Cr0NpxState

ULONG _X87FLOATING_SAVE_AREA::Cr0NpxState

Definition at line 66 of file x86context.h.

◆ DataOffset

ULONG _X87FLOATING_SAVE_AREA::DataOffset

Definition at line 63 of file x86context.h.

◆ DataSelector

ULONG _X87FLOATING_SAVE_AREA::DataSelector

Definition at line 64 of file x86context.h.

◆ ErrorOffset

ULONG _X87FLOATING_SAVE_AREA::ErrorOffset

Definition at line 61 of file x86context.h.

◆ ErrorSelector

ULONG _X87FLOATING_SAVE_AREA::ErrorSelector

Definition at line 62 of file x86context.h.

◆ RegisterArea

UCHAR _X87FLOATING_SAVE_AREA::RegisterArea[SIZE_OF_80387_REGISTERS]

Definition at line 65 of file x86context.h.

◆ StatusWord

ULONG _X87FLOATING_SAVE_AREA::StatusWord

Definition at line 59 of file x86context.h.

Referenced by getIntelRegistersPointer().

◆ TagWord

ULONG _X87FLOATING_SAVE_AREA::TagWord

Definition at line 60 of file x86context.h.


The documentation for this struct was generated from the following file: