|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ketypes.h>

Public Attributes | |
| union { | |
| FNSAVE_FORMAT FnArea | |
| FXSAVE_FORMAT FxArea | |
| } | U |
| ULONG | NpxSavedCpu |
| ULONG | Cr0NpxState |
| ULONG _FX_SAVE_AREA::Cr0NpxState |
Definition at line 505 of file ketypes.h.
Referenced by KeContextToTrapFrame(), KeTrapFrameToContext(), KiCoprocessorError(), KiFlushNPXState(), KiInitializeContextThread(), KiSwapContextEntry(), KiTrap07Handler(), KiTrap10Handler(), KiTrap13Handler(), KiUserModeCallout(), and NtCallbackReturn().
| FNSAVE_FORMAT _FX_SAVE_AREA::FnArea |
Definition at line 501 of file ketypes.h.
Referenced by KeContextToTrapFrame(), KeTrapFrameToContext(), KiInitializeContextThread(), KiUserModeCallout(), and NtCallbackReturn().
| FXSAVE_FORMAT _FX_SAVE_AREA::FxArea |
Definition at line 502 of file ketypes.h.
Referenced by KeContextToTrapFrame(), KeTrapFrameToContext(), KiInitializeContextThread(), KiInitMachineDependent(), and KiTrap13Handler().
| ULONG _FX_SAVE_AREA::NpxSavedCpu |
Definition at line 504 of file ketypes.h.
Referenced by KeSaveFloatingPointState(), and KiInitializeContextThread().
| union { ... } _FX_SAVE_AREA::U |