GDBserver
Public Attributes | List of all members
i387_fxsave Struct Reference

Public Attributes

unsigned short fctrl
 
unsigned short fstat
 
unsigned short ftag
 
unsigned short fop
 
unsigned int fioff
 
unsigned short fiseg
 
unsigned short pad1
 
unsigned int fooff
 
unsigned short foseg
 
unsigned short pad12
 
unsigned int mxcsr
 
unsigned int pad3
 
unsigned char st_space [128]
 
unsigned char xmm_space [256]
 

Detailed Description

Definition at line 57 of file i387-fp.c.

Member Data Documentation

unsigned short i387_fxsave::fctrl

Definition at line 60 of file i387-fp.c.

Referenced by i387_cache_to_fxsave(), and i387_fxsave_to_cache().

unsigned int i387_fxsave::fioff

Definition at line 64 of file i387-fp.c.

Referenced by i387_cache_to_fxsave(), and i387_fxsave_to_cache().

unsigned short i387_fxsave::fiseg

Definition at line 65 of file i387-fp.c.

Referenced by i387_cache_to_fxsave(), and i387_fxsave_to_cache().

unsigned int i387_fxsave::fooff

Definition at line 67 of file i387-fp.c.

Referenced by i387_cache_to_fxsave(), and i387_fxsave_to_cache().

unsigned short i387_fxsave::fop

Definition at line 63 of file i387-fp.c.

Referenced by i387_cache_to_fxsave(), and i387_fxsave_to_cache().

unsigned short i387_fxsave::foseg

Definition at line 68 of file i387-fp.c.

Referenced by i387_cache_to_fxsave(), and i387_fxsave_to_cache().

unsigned short i387_fxsave::fstat

Definition at line 61 of file i387-fp.c.

Referenced by i387_cache_to_fxsave(), and i387_fxsave_to_cache().

unsigned short i387_fxsave::ftag

Definition at line 62 of file i387-fp.c.

Referenced by i387_cache_to_fxsave(), and i387_fxsave_to_cache().

unsigned int i387_fxsave::mxcsr

Definition at line 71 of file i387-fp.c.

Referenced by i387_cache_to_fxsave(), and i387_fxsave_to_cache().

unsigned short i387_fxsave::pad1

Definition at line 66 of file i387-fp.c.

unsigned short i387_fxsave::pad12

Definition at line 69 of file i387-fp.c.

unsigned int i387_fxsave::pad3

Definition at line 72 of file i387-fp.c.

unsigned char i387_fxsave::st_space[128]

Definition at line 75 of file i387-fp.c.

Referenced by i387_cache_to_fxsave(), i387_ftag(), and i387_fxsave_to_cache().

unsigned char i387_fxsave::xmm_space[256]

Definition at line 78 of file i387-fp.c.

Referenced by i387_cache_to_fxsave(), and i387_fxsave_to_cache().


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