Lines Matching refs:fxsave
149 fxsave(&fpu->fpstate->regs.fxsave); in save_fpregs_to_fpstate()
209 fxrstor(&fpstate->regs.fxsave); in restore_fpregs_from_fpstate()
406 memcpy(&ustate->fxsave, &kstate->regs.fxsave, in fpu_copy_guest_fpstate_to_uabi()
407 sizeof(ustate->fxsave)); in fpu_copy_guest_fpstate_to_uabi()
423 if (ustate->fxsave.mxcsr & ~mxcsr_feature_mask) in fpu_copy_uabi_to_guest_fpstate()
425 memcpy(&kstate->regs.fxsave, &ustate->fxsave, sizeof(ustate->fxsave)); in fpu_copy_uabi_to_guest_fpstate()
512 fpstate->regs.fxsave.cwd = 0x37f; in fpstate_init_fxstate()
513 fpstate->regs.fxsave.mxcsr = MXCSR_DEFAULT; in fpstate_init_fxstate()
770 fxrstor(&init_fpstate.regs.fxsave); in restore_fpregs_from_init_fpstate()
925 cwd = fpu->fpstate->regs.fxsave.cwd; in fpu__exception_code()
926 swd = fpu->fpstate->regs.fxsave.swd; in fpu__exception_code()
943 mxcsr = fpu->fpstate->regs.fxsave.mxcsr; in fpu__exception_code()