Lines Matching refs:fxsave
130 fxsave(&fpu->fpstate->regs.fxsave); in save_fpregs_to_fpstate()
190 fxrstor(&fpstate->regs.fxsave); in restore_fpregs_from_fpstate()
290 memcpy(&ustate->fxsave, &kstate->regs.fxsave, in fpu_copy_guest_fpstate_to_uabi()
291 sizeof(ustate->fxsave)); in fpu_copy_guest_fpstate_to_uabi()
309 if (ustate->fxsave.mxcsr & ~mxcsr_feature_mask) in fpu_copy_uabi_to_guest_fpstate()
311 memcpy(&kstate->regs.fxsave, &ustate->fxsave, sizeof(ustate->fxsave)); in fpu_copy_uabi_to_guest_fpstate()
398 fpstate->regs.fxsave.cwd = 0x37f; in fpstate_init_fxstate()
399 fpstate->regs.fxsave.mxcsr = MXCSR_DEFAULT; in fpstate_init_fxstate()
572 fxrstor(&init_fpstate.regs.fxsave); in restore_fpregs_from_init_fpstate()
709 cwd = fpu->fpstate->regs.fxsave.cwd; in fpu__exception_code()
710 swd = fpu->fpstate->regs.fxsave.swd; in fpu__exception_code()
727 mxcsr = fpu->fpstate->regs.fxsave.mxcsr; in fpu__exception_code()