Searched refs:get_fpu (Results 1 – 3 of 3) sorted by relevance
203 void (*get_fpu)(struct x86_emulate_ctxt *ctxt); /* disables preempt */ member
993 ctxt->ops->get_fpu(ctxt); in read_sse_reg()1021 ctxt->ops->get_fpu(ctxt); in write_sse_reg()1048 ctxt->ops->get_fpu(ctxt); in read_mmx_reg()1065 ctxt->ops->get_fpu(ctxt); in write_mmx_reg()1085 ctxt->ops->get_fpu(ctxt); in em_fninit()1098 ctxt->ops->get_fpu(ctxt); in em_fnstcw()1114 ctxt->ops->get_fpu(ctxt); in em_fnstsw()4772 ctxt->ops->get_fpu(ctxt); in flush_pending_x87_faults()
5057 .get_fpu = emulator_get_fpu,