Bitdefender Hypervisor Memory Introspection
_FLOATING_SAVE_AREA Struct Reference

Format of data for (F)XSAVE/(F)XRSTOR instruction. More...

#include <wddefs.h>

Data Fields

DWORD ControlWord
 
DWORD StatusWord
 
DWORD TagWord
 
DWORD ErrorOffset
 
DWORD ErrorSelector
 
DWORD DataOffset
 
DWORD DataSelector
 
BYTE RegisterArea [SIZE_OF_80387_REGISTERS]
 
DWORD Spare0
 

Detailed Description

Format of data for (F)XSAVE/(F)XRSTOR instruction.

Definition at line 1573 of file wddefs.h.

Field Documentation

◆ ControlWord

DWORD _FLOATING_SAVE_AREA::ControlWord

Definition at line 1575 of file wddefs.h.

◆ DataOffset

DWORD _FLOATING_SAVE_AREA::DataOffset

Definition at line 1580 of file wddefs.h.

◆ DataSelector

DWORD _FLOATING_SAVE_AREA::DataSelector

Definition at line 1581 of file wddefs.h.

◆ ErrorOffset

DWORD _FLOATING_SAVE_AREA::ErrorOffset

Definition at line 1578 of file wddefs.h.

◆ ErrorSelector

DWORD _FLOATING_SAVE_AREA::ErrorSelector

Definition at line 1579 of file wddefs.h.

◆ RegisterArea

BYTE _FLOATING_SAVE_AREA::RegisterArea[SIZE_OF_80387_REGISTERS]

Definition at line 1582 of file wddefs.h.

◆ Spare0

DWORD _FLOATING_SAVE_AREA::Spare0

Definition at line 1583 of file wddefs.h.

◆ StatusWord

DWORD _FLOATING_SAVE_AREA::StatusWord

Definition at line 1576 of file wddefs.h.

◆ TagWord

DWORD _FLOATING_SAVE_AREA::TagWord

Definition at line 1577 of file wddefs.h.


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