Lines Matching refs:fxsave
150 fxsave(&fpu->fpstate->regs.fxsave); in save_fpregs_to_fpstate()
210 fxrstor(&fpstate->regs.fxsave); in restore_fpregs_from_fpstate()
426 memcpy(&ustate->fxsave, &kstate->regs.fxsave, in fpu_copy_guest_fpstate_to_uabi()
427 sizeof(ustate->fxsave)); in fpu_copy_guest_fpstate_to_uabi()
443 if (ustate->fxsave.mxcsr & ~mxcsr_feature_mask) in fpu_copy_uabi_to_guest_fpstate()
445 memcpy(&kstate->regs.fxsave, &ustate->fxsave, sizeof(ustate->fxsave)); in fpu_copy_uabi_to_guest_fpstate()
539 fpstate->regs.fxsave.cwd = 0x37f; in fpstate_init_fxstate()
540 fpstate->regs.fxsave.mxcsr = MXCSR_DEFAULT; in fpstate_init_fxstate()
797 fxrstor(&init_fpstate.regs.fxsave); in restore_fpregs_from_init_fpstate()
955 cwd = fpu->fpstate->regs.fxsave.cwd; in fpu__exception_code()
956 swd = fpu->fpstate->regs.fxsave.swd; in fpu__exception_code()
973 mxcsr = fpu->fpstate->regs.fxsave.mxcsr; in fpu__exception_code()