Home
last modified time | relevance | path

Searched refs:fnsave_state (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/intel/sys/
H A Dfp.h191 struct fnsave_state;
195 extern void fpsave(struct fnsave_state *);
196 extern void fprestore(struct fnsave_state *);
H A Dregset.h189 struct fnsave_state { struct
360 struct fnsave_state kfpu_fn;
/titanic_41/usr/src/uts/intel/ia32/os/
H A Dfpu.c141 const struct fnsave_state x87_initial = {
183 struct fnsave_state *fn, *cfn; in fp_new_lwp()
413 sizeof (struct fnsave_state) == 108); in fpnoextflt()
H A Darchdep.c71 extern const struct fnsave_state x87_initial;
81 fnsave_to_fxsave(const struct fnsave_state *fn, struct fxsave_state *fx) in fnsave_to_fxsave()
122 fxsave_to_fnsave(const struct fxsave_state *fx, struct fnsave_state *fn) in fxsave_to_fnsave()
198 fnsave_to_fxsave((const struct fnsave_state *)fc, fx); in fpregset_to_fxsave()
219 fxsave_to_fnsave(fx, (struct fnsave_state *)fc); in fxsave_to_fpregset()
231 fnsave_to_fxsave((const struct fnsave_state *)fc, fx); in fpregset32_to_fxsave()
244 fxsave_to_fnsave(fx, (struct fnsave_state *)fc); in fxsave_to_fpregset32()
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dfloat.s421 fpsave(struct fnsave_state *f)
498 fprestore(struct fnsave_state *f)