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.h294 struct xsave_state { struct
316 struct xsave_state *kfpu_xs; argument
350 extern void (*xsavep)(struct xsave_state *, uint64_t);
359 extern void xsave(struct xsave_state *, uint64_t);
360 extern void xsaveopt(struct xsave_state *, uint64_t);
361 extern void xrestore(struct xsave_state *, uint64_t);
385 extern const struct xsave_state avx_initial;
/illumos-gate/usr/src/uts/intel/os/
H A Dfpu.c954 CTASSERT(sizeof (struct xsave_state) >= AVX_XSAVE_SIZE);
998 const struct xsave_state avx_initial = {
1034 void (*xsavep)(struct xsave_state *, uint64_t) = xsave;
1070 struct xsave_state *cxs; in fp_new_lwp()
1337 ASSERT(cpuid_get_xsave_size() >= sizeof (struct xsave_state)); in fp_lwp_init()
1633 struct xsave_state *xs; in kernel_fpu_fpstate_init()
2061 fpu_xsave_to_fxsave(const struct xsave_state *xsave, struct fxsave_state *fx) in fpu_xsave_to_fxsave()
2172 const struct xsave_state *xs = fpu->fpu_regs.kfpu_u.kfpu_xs; in fpu_proc_xregs_initial_state()
2202 const struct xsave_state *xsave = fpu->fpu_regs.kfpu_u.kfpu_xs; in fpu_proc_xregs_xsave_fill()
2368 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.c6563 size_t furthest_out = 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()