Home
last modified time | relevance | path

Searched refs:xs_fxsave (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/os/
H A Dfpu.c990 .xs_fxsave = {
1094 fx = &fp->fpu_regs.kfpu_u.kfpu_xs->xs_fxsave; in fp_new_lwp()
1096 cfx = &cxs->xs_fxsave; in fp_new_lwp()
1419 fpsw = fp->fpu_regs.kfpu_u.kfpu_xs->xs_fxsave.fx_fsw; in fpexterrflt()
1420 fpcw = fp->fpu_regs.kfpu_u.kfpu_xs->xs_fxsave.fx_fcw; in fpexterrflt()
1421 fp->fpu_regs.kfpu_u.kfpu_xs->xs_fxsave.fx_fsw &= ~FPS_SW_EFLAGS; in fpexterrflt()
1482 mxcsr = fp->fpu_regs.kfpu_u.kfpu_xs->xs_fxsave.fx_mxcsr; in fpsimderrflt()
1484 fp->fpu_regs.kfpu_u.kfpu_xs->xs_fxsave.fx_fsw; in fpsimderrflt()
1601 fx = &fp->fpu_regs.kfpu_u.kfpu_xs->xs_fxsave; in fpsetcw()
2047 fx->fx_mxcsr = xsave->xs_fxsave.fx_mxcsr; in fpu_xsave_to_fxsave()
[all …]
H A Dhma_fpu.c456 bcopy(fx, &gxs->xs_fxsave, sizeof (*fx)); in hma_fpu_set_fxsave_state()
/illumos-gate/usr/src/uts/intel/sys/
H A Dfp.h294 struct fxsave_state xs_fxsave; /* 0-511 legacy region */ member
/illumos-gate/usr/src/cmd/bhyvectl/
H A Dbhyvectl.c1612 const struct fxsave_state *fx = &state->xs_fxsave; in show_fpu()