ReactOS 0.4.15-dev-7907-g95bf896
_FXSAVE_FORMAT Struct Reference

#include <ketypes.h>

Public Attributes

USHORT ControlWord
 
USHORT StatusWord
 
USHORT TagWord
 
USHORT ErrorOpcode
 
ULONG ErrorOffset
 
ULONG ErrorSelector
 
ULONG DataOffset
 
ULONG DataSelector
 
ULONG MXCsr
 
ULONG MXCsrMask
 
UCHAR RegisterArea [SIZE_OF_FX_REGISTERS]
 
UCHAR Reserved3 [128]
 
UCHAR Reserved4 [224]
 
UCHAR Align16Byte [8]
 
ULONG Xer
 
ULONG Fpscr
 

Detailed Description

Definition at line 479 of file ketypes.h.

Member Data Documentation

◆ Align16Byte

UCHAR _FXSAVE_FORMAT::Align16Byte[8]

Definition at line 494 of file ketypes.h.

◆ ControlWord

USHORT _FXSAVE_FORMAT::ControlWord

Definition at line 481 of file ketypes.h.

Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().

◆ DataOffset

ULONG _FXSAVE_FORMAT::DataOffset

Definition at line 487 of file ketypes.h.

Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().

◆ DataSelector

ULONG _FXSAVE_FORMAT::DataSelector

Definition at line 488 of file ketypes.h.

Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().

◆ ErrorOffset

ULONG _FXSAVE_FORMAT::ErrorOffset

Definition at line 485 of file ketypes.h.

Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().

◆ ErrorOpcode

USHORT _FXSAVE_FORMAT::ErrorOpcode

Definition at line 484 of file ketypes.h.

Referenced by KeContextToTrapFrame().

◆ ErrorSelector

ULONG _FXSAVE_FORMAT::ErrorSelector

Definition at line 486 of file ketypes.h.

Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().

◆ Fpscr

ULONG _FXSAVE_FORMAT::Fpscr

Definition at line 61 of file ketypes.h.

◆ MXCsr

ULONG _FXSAVE_FORMAT::MXCsr

Definition at line 489 of file ketypes.h.

Referenced by KeContextToTrapFrame(), KiInitializeContextThread(), and KiTrap13Handler().

◆ MXCsrMask

ULONG _FXSAVE_FORMAT::MXCsrMask

Definition at line 490 of file ketypes.h.

Referenced by KiInitMachineDependent().

◆ RegisterArea

UCHAR _FXSAVE_FORMAT::RegisterArea[SIZE_OF_FX_REGISTERS]

Definition at line 491 of file ketypes.h.

Referenced by KeContextToTrapFrame().

◆ Reserved3

UCHAR _FXSAVE_FORMAT::Reserved3[128]

Definition at line 492 of file ketypes.h.

◆ Reserved4

UCHAR _FXSAVE_FORMAT::Reserved4[224]

Definition at line 493 of file ketypes.h.

◆ StatusWord

USHORT _FXSAVE_FORMAT::StatusWord

Definition at line 482 of file ketypes.h.

Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().

◆ TagWord

USHORT _FXSAVE_FORMAT::TagWord

Definition at line 483 of file ketypes.h.

Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().

◆ Xer

ULONG _FXSAVE_FORMAT::Xer

Definition at line 61 of file ketypes.h.


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