|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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] |
| USHORT _FXSAVE_FORMAT::ControlWord |
Definition at line 481 of file ketypes.h.
Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().
| ULONG _FXSAVE_FORMAT::DataOffset |
Definition at line 487 of file ketypes.h.
Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().
| ULONG _FXSAVE_FORMAT::DataSelector |
Definition at line 488 of file ketypes.h.
Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().
| ULONG _FXSAVE_FORMAT::ErrorOffset |
Definition at line 485 of file ketypes.h.
Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().
| USHORT _FXSAVE_FORMAT::ErrorOpcode |
Definition at line 484 of file ketypes.h.
Referenced by KeContextToTrapFrame().
| ULONG _FXSAVE_FORMAT::ErrorSelector |
Definition at line 486 of file ketypes.h.
Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().
| ULONG _FXSAVE_FORMAT::MXCsr |
Definition at line 489 of file ketypes.h.
Referenced by KeContextToTrapFrame(), KiInitializeContextThread(), and KiTrap13Handler().
| ULONG _FXSAVE_FORMAT::MXCsrMask |
Definition at line 490 of file ketypes.h.
Referenced by KiInitMachineDependent().
| UCHAR _FXSAVE_FORMAT::RegisterArea[SIZE_OF_FX_REGISTERS] |
Definition at line 491 of file ketypes.h.
Referenced by KeContextToTrapFrame().
| USHORT _FXSAVE_FORMAT::StatusWord |
Definition at line 482 of file ketypes.h.
Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().
| USHORT _FXSAVE_FORMAT::TagWord |
Definition at line 483 of file ketypes.h.
Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().