Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Dfp.h293 struct xsave_state { struct
315 struct xsave_state *kfpu_xs; argument
348 extern void (*xsavep)(struct xsave_state *, uint64_t);
357 extern void xsave(struct xsave_state *, uint64_t);
358 extern void xsaveopt(struct xsave_state *, uint64_t);
359 extern void xrestore(struct xsave_state *, uint64_t);
383 extern const struct xsave_state avx_initial;
/illumos-gate/usr/src/uts/intel/os/
H A Dfpu.c941 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()
[all …]
H A Dhma_fpu.c48 struct xsave_state *xs; in hma_fpu_init()
431 struct xsave_state *gxs; in hma_fpu_set_fxsave_state()
H A Dcpuid.c6406 sizeof (struct xsave_state))); in cpuid_get_xsave_size()
/illumos-gate/usr/src/cmd/bhyvectl/
H A Dbhyvectl.c1489 const struct xsave_state *state = buf; in show_fpu()