Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dkvm_emulate.h216 void (*put_fpu)(struct x86_emulate_ctxt *ctxt); /* reenables preempt */ member
/linux-4.4.14/arch/x86/kvm/
Demulate.c1012 ctxt->ops->put_fpu(ctxt); in read_sse_reg()
1040 ctxt->ops->put_fpu(ctxt); in write_sse_reg()
1057 ctxt->ops->put_fpu(ctxt); in read_mmx_reg()
1074 ctxt->ops->put_fpu(ctxt); in write_mmx_reg()
1084 ctxt->ops->put_fpu(ctxt); in em_fninit()
1097 ctxt->ops->put_fpu(ctxt); in em_fnstcw()
1113 ctxt->ops->put_fpu(ctxt); in em_fnstsw()
5083 ctxt->ops->put_fpu(ctxt); in flush_pending_x87_faults()
Dx86.c5003 .put_fpu = emulator_put_fpu,