Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/sys/
H A Dfp.h199 struct fxsave_state { struct
200 uint16_t fx_fcw;
201 uint16_t fx_fsw;
202 uint16_t fx_fctw; /* compressed tag word */
203 uint16_t fx_fop;
205 uint64_t fx_rip;
206 uint64_t fx_rdp;
208 uint32_t fx_eip;
209 uint16_t fx_cs;
210 uint16_t __fx_ign0;
[all …]
/titanic_50/usr/src/uts/i86pc/os/
H A Dfpu_subr.c217 uint8_t fxsave_state[sizeof (struct fxsave_state) + in fpu_probe() local