Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_emulate.h218 void (*put_fpu)(struct x86_emulate_ctxt *ctxt); /* reenables preempt */ member
/arch/x86/kvm/
Demulate.c1065 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()
Dx86.c5188 .put_fpu = emulator_put_fpu,