ReactOS 0.4.15-dev-6067-g0b695a6
_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 426 of file ketypes.h.

Member Data Documentation

◆ Align16Byte

UCHAR _FXSAVE_FORMAT::Align16Byte[8]

Definition at line 441 of file ketypes.h.

◆ ControlWord

USHORT _FXSAVE_FORMAT::ControlWord

Definition at line 428 of file ketypes.h.

Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().

◆ DataOffset

ULONG _FXSAVE_FORMAT::DataOffset

Definition at line 434 of file ketypes.h.

Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().

◆ DataSelector

ULONG _FXSAVE_FORMAT::DataSelector

Definition at line 435 of file ketypes.h.

Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().

◆ ErrorOffset

ULONG _FXSAVE_FORMAT::ErrorOffset

Definition at line 432 of file ketypes.h.

Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().

◆ ErrorOpcode

USHORT _FXSAVE_FORMAT::ErrorOpcode

Definition at line 431 of file ketypes.h.

Referenced by KeContextToTrapFrame().

◆ ErrorSelector

ULONG _FXSAVE_FORMAT::ErrorSelector

Definition at line 433 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 436 of file ketypes.h.

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

◆ MXCsrMask

ULONG _FXSAVE_FORMAT::MXCsrMask

Definition at line 437 of file ketypes.h.

Referenced by KiInitMachineDependent().

◆ RegisterArea

UCHAR _FXSAVE_FORMAT::RegisterArea[SIZE_OF_FX_REGISTERS]

Definition at line 438 of file ketypes.h.

Referenced by KeContextToTrapFrame().

◆ Reserved3

UCHAR _FXSAVE_FORMAT::Reserved3[128]

Definition at line 439 of file ketypes.h.

◆ Reserved4

UCHAR _FXSAVE_FORMAT::Reserved4[224]

Definition at line 440 of file ketypes.h.

◆ StatusWord

USHORT _FXSAVE_FORMAT::StatusWord

Definition at line 429 of file ketypes.h.

Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().

◆ TagWord

USHORT _FXSAVE_FORMAT::TagWord

Definition at line 430 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: