Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dkvm_emulate.h215 void (*get_fpu)(struct x86_emulate_ctxt *ctxt); /* disables preempt */ member
/linux-4.4.14/arch/x86/kvm/
Demulate.c990 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()
Dx86.c5002 .get_fpu = emulator_get_fpu,