Searched refs:xsave_state (Results 1 – 5 of 5) sorted by relevance
294 struct xsave_state { struct316 struct xsave_state *kfpu_xs; argument350 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;
954 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 …]
48 struct xsave_state *xs; in hma_fpu_init()431 struct xsave_state *gxs; in hma_fpu_set_fxsave_state()
6563 size_t furthest_out = sizeof (struct xsave_state); in cpuid_get_xsave_size()
1489 const struct xsave_state *state = buf; in show_fpu()