Searched refs:fxsave_state (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | fpu_subr.c | 216 struct fxsave_state *fx; in fpu_probe() 217 uint8_t fxsave_state[sizeof (struct fxsave_state) + in fpu_probe() local 223 fx = (void *)(((uintptr_t)(&fxsave_state[0]) + in fpu_probe()
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | fp.h | 192 struct fxsave_state; 194 extern void fxsave_insn(struct fxsave_state *); 197 extern void fpxsave(struct fxsave_state *); 198 extern void fpxrestore(struct fxsave_state *);
|
H A D | regset.h | 212 struct fxsave_state { struct 249 struct fxsave_state xs_fxsave; argument 358 struct fxsave_state kfpu_fx;
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | fpu.c | 72 const struct fxsave_state sse_initial = { 181 struct fxsave_state *fx, *cfx; in fp_new_lwp() 412 ASSERT(sizeof (struct fxsave_state) == 512 && in fpnoextflt() 414 ASSERT((offsetof(struct fxsave_state, fx_xmm[0]) & 0xf) == 0); in fpnoextflt() 700 struct fxsave_state *fx; in fpsetcw()
|
H A D | archdep.c | 72 extern const struct fxsave_state sse_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() 191 fpregset_to_fxsave(const fpregset_t *fp, struct fxsave_state *fx) in fpregset_to_fxsave() 212 fxsave_to_fpregset(const struct fxsave_state *fx, fpregset_t *fp) in fxsave_to_fpregset() 227 fpregset32_to_fxsave(const fpregset32_t *fp, struct fxsave_state *fx) in fpregset32_to_fxsave() 240 fxsave_to_fpregset32(const struct fxsave_state *fx, fpregset32_t *fp) in fxsave_to_fpregset32() 252 fxsave_to_fpregset32((struct fxsave_state *)src, dst); in fpregset_nto32() 262 fpregset32_to_fxsave(src, (struct fxsave_state *)dst); in fpregset_32ton()
|
/titanic_41/usr/src/uts/intel/ia32/ml/ |
H A D | float.s | 76 fxsave_insn(struct fxsave_state *fx) 426 fpxsave(struct fxsave_state *f) 503 fpxrestore(struct fxsave_state *f)
|
/titanic_41/usr/src/uts/i86pc/ml/ |
H A D | offsets.in | 173 fxsave_state FXSAVE_STATE_SIZE
|