Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/os/
H A Dhma_fpu.c40 fpu_ctx_t hf_guest_fpu; member
54 bcopy(&sse_initial, fpu->hf_guest_fpu.fpu_regs.kfpu_u.kfpu_fx, in hma_fpu_init()
56 fpu->hf_guest_fpu.fpu_xsave_mask = 0; in hma_fpu_init()
64 xs = fpu->hf_guest_fpu.fpu_regs.kfpu_u.kfpu_xs; in hma_fpu_init()
68 fpu->hf_guest_fpu.fpu_xsave_mask = XFEATURE_FP_ALL; in hma_fpu_init()
74 fpu->hf_guest_fpu.fpu_flags = FPU_EN | FPU_VALID; in hma_fpu_init()
85 ASSERT3P(fpu->hf_guest_fpu.fpu_regs.kfpu_u.kfpu_generic, !=, NULL); in hma_fpu_free()
87 fpu->hf_guest_fpu.fpu_regs.kfpu_u.kfpu_generic); in hma_fpu_free()
100 fpu->hf_guest_fpu.fpu_regs.kfpu_u.kfpu_generic = in hma_fpu_alloc()
102 if (fpu->hf_guest_fpu.fpu_regs.kfpu_u.kfpu_generic == NULL) { in hma_fpu_alloc()
[all …]