Lines Matching refs:fxsave
124 fxsave(&fpu->fpstate->regs.fxsave); in save_fpregs_to_fpstate()
184 fxrstor(&fpstate->regs.fxsave); in restore_fpregs_from_fpstate()
382 memcpy(&ustate->fxsave, &kstate->regs.fxsave, in fpu_copy_guest_fpstate_to_uabi()
383 sizeof(ustate->fxsave)); in fpu_copy_guest_fpstate_to_uabi()
399 if (ustate->fxsave.mxcsr & ~mxcsr_feature_mask) in fpu_copy_uabi_to_guest_fpstate()
401 memcpy(&kstate->regs.fxsave, &ustate->fxsave, sizeof(ustate->fxsave)); in fpu_copy_uabi_to_guest_fpstate()
484 fpstate->regs.fxsave.cwd = 0x37f; in fpstate_init_fxstate()
485 fpstate->regs.fxsave.mxcsr = MXCSR_DEFAULT; in fpstate_init_fxstate()
702 fxrstor(&init_fpstate.regs.fxsave); in restore_fpregs_from_init_fpstate()
857 cwd = fpu->fpstate->regs.fxsave.cwd; in fpu__exception_code()
858 swd = fpu->fpstate->regs.fxsave.swd; in fpu__exception_code()
875 mxcsr = fpu->fpstate->regs.fxsave.mxcsr; in fpu__exception_code()