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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfpu_subr.c216 struct fxsave_state *fx;
217 uint8_t fxsave_state[sizeof (struct fxsave_state) + local
223 fx = (void *)(((uintptr_t)(&fxsave_state[0]) +
/illumos-gate/usr/src/uts/intel/sys/
H A Dfp.h199 struct fxsave_state { struct
236 struct fxsave_state xs_fxsave;
248 struct fxsave_state kfpu_fx;
278 extern void fxsave_insn(struct fxsave_state *);
281 extern void fpxsave(struct fxsave_state *);
282 extern void fpxrestore(struct fxsave_state *);

Completed in 62 milliseconds