Searched refs:put_fpu (Results 1 – 3 of 3) sorted by relevance
218 void (*put_fpu)(struct x86_emulate_ctxt *ctxt); /* reenables preempt */ member
1065 ctxt->ops->put_fpu(ctxt); in read_sse_reg()1093 ctxt->ops->put_fpu(ctxt); in write_sse_reg()1110 ctxt->ops->put_fpu(ctxt); in read_mmx_reg()1127 ctxt->ops->put_fpu(ctxt); in write_mmx_reg()1137 ctxt->ops->put_fpu(ctxt); in em_fninit()1150 ctxt->ops->put_fpu(ctxt); in em_fnstcw()1166 ctxt->ops->put_fpu(ctxt); in em_fnstsw()3990 ctxt->ops->put_fpu(ctxt); in em_fxsave()4057 ctxt->ops->put_fpu(ctxt); in em_fxrstor()5329 ctxt->ops->put_fpu(ctxt); in flush_pending_x87_faults()
5188 .put_fpu = emulator_put_fpu,