Lines Matching refs:xsave_state
941 CTASSERT(sizeof (struct xsave_state) >= AVX_XSAVE_SIZE);
985 const struct xsave_state avx_initial = {
1021 void (*xsavep)(struct xsave_state *, uint64_t) = xsave;
1057 struct xsave_state *cxs; in fp_new_lwp()
1324 ASSERT(cpuid_get_xsave_size() >= sizeof (struct xsave_state)); in fp_lwp_init()
1620 struct xsave_state *xs; in kernel_fpu_fpstate_init()
2029 fpu_xsave_to_fxsave(const struct xsave_state *xsave, struct fxsave_state *fx) in fpu_xsave_to_fxsave()
2140 const struct xsave_state *xs = fpu->fpu_regs.kfpu_u.kfpu_xs; in fpu_proc_xregs_initial_state()
2170 const struct xsave_state *xsave = fpu->fpu_regs.kfpu_u.kfpu_xs; in fpu_proc_xregs_xsave_fill()
2336 const struct xsave_state *src_xs = datap; in fpu_proc_xregs_xsave_set()
2337 struct xsave_state *targ_xs = fpu->fpu_regs.kfpu_u.kfpu_xs; in fpu_proc_xregs_xsave_set()
2389 struct xsave_state *xsave = fpup; in fpu_signal_copyin_xmm()
2416 struct xsave_state *xsave = fpup; in fpu_signal_copyin_std()
3141 struct xsave_state *dst_xsave; in fpu_set_xsave()