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()
381 memcpy(&ustate->fxsave, &kstate->regs.fxsave, in fpu_copy_guest_fpstate_to_uabi()
382 sizeof(ustate->fxsave)); in fpu_copy_guest_fpstate_to_uabi()
400 if (ustate->fxsave.mxcsr & ~mxcsr_feature_mask) in fpu_copy_uabi_to_guest_fpstate()
402 memcpy(&kstate->regs.fxsave, &ustate->fxsave, sizeof(ustate->fxsave)); in fpu_copy_uabi_to_guest_fpstate()
486 fpstate->regs.fxsave.cwd = 0x37f; in fpstate_init_fxstate()
487 fpstate->regs.fxsave.mxcsr = MXCSR_DEFAULT; in fpstate_init_fxstate()
670 fxrstor(&init_fpstate.regs.fxsave); in restore_fpregs_from_init_fpstate()
807 cwd = fpu->fpstate->regs.fxsave.cwd; in fpu__exception_code()
808 swd = fpu->fpstate->regs.fxsave.swd; in fpu__exception_code()
825 mxcsr = fpu->fpstate->regs.fxsave.mxcsr; in fpu__exception_code()