Searched refs:get_fpu (Results 1 – 3 of 3) sorted by relevance
215 void (*get_fpu)(struct x86_emulate_ctxt *ctxt); /* disables preempt */ member
990 ctxt->ops->get_fpu(ctxt); in read_sse_reg()1018 ctxt->ops->get_fpu(ctxt); in write_sse_reg()1045 ctxt->ops->get_fpu(ctxt); in read_mmx_reg()1062 ctxt->ops->get_fpu(ctxt); in write_mmx_reg()1082 ctxt->ops->get_fpu(ctxt); in em_fninit()1095 ctxt->ops->get_fpu(ctxt); in em_fnstcw()1111 ctxt->ops->get_fpu(ctxt); in em_fnstsw()5073 ctxt->ops->get_fpu(ctxt); in flush_pending_x87_faults()
5002 .get_fpu = emulator_get_fpu,