Searched refs:fxsave_state (Results 1 - 5 of 5) sorted by relevance

/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 *);
/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/ia32/os/
H A Dfpu.c72 const struct fxsave_state sse_initial = {
181 struct fxsave_state *fx, *cfx;
412 ASSERT(sizeof (struct fxsave_state) == 512 &&
414 ASSERT((offsetof(struct fxsave_state, fx_xmm[0]) & 0xf) == 0);
700 struct fxsave_state *fx;
H A Darchdep.c72 extern const struct fxsave_state sse_initial;
81 fnsave_to_fxsave(const struct fnsave_state *fn, struct fxsave_state *fx)
122 fxsave_to_fnsave(const struct fxsave_state *fx, struct fnsave_state *fn)
191 fpregset_to_fxsave(const fpregset_t *fp, struct fxsave_state *fx)
212 fxsave_to_fpregset(const struct fxsave_state *fx, fpregset_t *fp)
227 fpregset32_to_fxsave(const fpregset32_t *fp, struct fxsave_state *fx)
240 fxsave_to_fpregset32(const struct fxsave_state *fx, fpregset32_t *fp)
252 fxsave_to_fpregset32((struct fxsave_state *)src, dst);
262 fpregset32_to_fxsave(src, (struct fxsave_state *)dst);
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dfloat.s76 fxsave_insn(struct fxsave_state *fx)
426 fpxsave(struct fxsave_state *f)
503 fpxrestore(struct fxsave_state *f)

Completed in 65 milliseconds