Home
last modified time | relevance | path

Searched defs:fxsave_state (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/intel/sys/
H A Dregset.h212 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;
[all …]
/titanic_41/usr/src/uts/i86pc/os/
H A Dfpu_subr.c217 uint8_t fxsave_state[sizeof (struct fxsave_state) + in fpu_probe() local