ReactOS 0.4.15-dev-7942-gd23573b
_FLOATING_SAVE_AREA Struct Reference

#include <nt_native.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 1382 of file nt_native.h.

Member Data Documentation

◆ ControlWord

ULONG _FLOATING_SAVE_AREA::ControlWord

Definition at line 1383 of file nt_native.h.

Referenced by $endif(), and KeTrapFrameToContext().

◆ Cr0NpxState

ULONG _FLOATING_SAVE_AREA::Cr0NpxState

Definition at line 1391 of file nt_native.h.

Referenced by $endif().

◆ DataOffset

ULONG _FLOATING_SAVE_AREA::DataOffset

Definition at line 1388 of file nt_native.h.

Referenced by $endif(), and KeTrapFrameToContext().

◆ DataSelector

ULONG _FLOATING_SAVE_AREA::DataSelector

Definition at line 1389 of file nt_native.h.

Referenced by $endif(), and KeTrapFrameToContext().

◆ ErrorOffset

ULONG _FLOATING_SAVE_AREA::ErrorOffset

Definition at line 1386 of file nt_native.h.

Referenced by $endif(), and KeTrapFrameToContext().

◆ ErrorSelector

ULONG _FLOATING_SAVE_AREA::ErrorSelector

Definition at line 1387 of file nt_native.h.

Referenced by $endif(), and KeTrapFrameToContext().

◆ RegisterArea

UCHAR _FLOATING_SAVE_AREA::RegisterArea[SIZE_OF_80387_REGISTERS]

Definition at line 1390 of file nt_native.h.

Referenced by $endif(), and KeTrapFrameToContext().

◆ StatusWord

ULONG _FLOATING_SAVE_AREA::StatusWord

Definition at line 1384 of file nt_native.h.

Referenced by $endif(), and KeTrapFrameToContext().

◆ TagWord

ULONG _FLOATING_SAVE_AREA::TagWord

Definition at line 1385 of file nt_native.h.

Referenced by $endif(), and KeTrapFrameToContext().


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