ReactOS 0.4.15-dev-6067-g0b695a6
|
#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 |
USHORT _FXSAVE_FORMAT::ControlWord |
Definition at line 428 of file ketypes.h.
Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().
ULONG _FXSAVE_FORMAT::DataOffset |
Definition at line 434 of file ketypes.h.
Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().
ULONG _FXSAVE_FORMAT::DataSelector |
Definition at line 435 of file ketypes.h.
Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().
ULONG _FXSAVE_FORMAT::ErrorOffset |
Definition at line 432 of file ketypes.h.
Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().
USHORT _FXSAVE_FORMAT::ErrorOpcode |
Definition at line 431 of file ketypes.h.
Referenced by KeContextToTrapFrame().
ULONG _FXSAVE_FORMAT::ErrorSelector |
Definition at line 433 of file ketypes.h.
Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().
ULONG _FXSAVE_FORMAT::MXCsr |
Definition at line 436 of file ketypes.h.
Referenced by KeContextToTrapFrame(), KiInitializeContextThread(), and KiTrap13Handler().
ULONG _FXSAVE_FORMAT::MXCsrMask |
Definition at line 437 of file ketypes.h.
Referenced by KiInitMachineDependent().
UCHAR _FXSAVE_FORMAT::RegisterArea[SIZE_OF_FX_REGISTERS] |
Definition at line 438 of file ketypes.h.
Referenced by KeContextToTrapFrame().
USHORT _FXSAVE_FORMAT::StatusWord |
Definition at line 429 of file ketypes.h.
Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().
USHORT _FXSAVE_FORMAT::TagWord |
Definition at line 430 of file ketypes.h.
Referenced by KeContextToTrapFrame(), and KiInitializeContextThread().