Lines Matching defs:fxsave_state
212 struct fxsave_state { struct
213 uint16_t fx_fcw;
214 uint16_t fx_fsw;
215 uint16_t fx_fctw; /* compressed tag word */
216 uint16_t fx_fop;
218 uint64_t fx_rip;
219 uint64_t fx_rdp;
221 uint32_t fx_eip;
222 uint16_t fx_cs;
223 uint16_t __fx_ign0;
224 uint32_t fx_dp;
225 uint16_t fx_ds;
249 struct fxsave_state xs_fxsave; argument