Home
last modified time | relevance | path

Searched refs:put_fpu (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dkvm_emulate.h204 void (*put_fpu)(struct x86_emulate_ctxt *ctxt); /* reenables preempt */ member
/linux-4.1.27/arch/x86/kvm/
Demulate.c1015 ctxt->ops->put_fpu(ctxt); in read_sse_reg()
1043 ctxt->ops->put_fpu(ctxt); in write_sse_reg()
1060 ctxt->ops->put_fpu(ctxt); in read_mmx_reg()
1077 ctxt->ops->put_fpu(ctxt); in write_mmx_reg()
1087 ctxt->ops->put_fpu(ctxt); in em_fninit()
1100 ctxt->ops->put_fpu(ctxt); in em_fnstcw()
1116 ctxt->ops->put_fpu(ctxt); in em_fnstsw()
4782 ctxt->ops->put_fpu(ctxt); in flush_pending_x87_faults()
Dx86.c5058 .put_fpu = emulator_put_fpu,