Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/os/
H A Dhma_fpu.c431 struct xsave_state *gxs; in hma_fpu_set_fxsave_state() local
454 gxs = fpu->hf_guest_fpu.fpu_regs.kfpu_u.kfpu_xs; in hma_fpu_set_fxsave_state()
455 bzero(gxs, cpuid_get_xsave_size()); in hma_fpu_set_fxsave_state()
456 bcopy(fx, &gxs->xs_fxsave, sizeof (*fx)); in hma_fpu_set_fxsave_state()
457 gxs->xs_header.xsh_xstate_bv = in hma_fpu_set_fxsave_state()