Home
last modified time | relevance | path

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

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