Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dkvm_emulate.h188 int (*fix_hypercall)(struct x86_emulate_ctxt *ctxt); member
/linux-3.4.99/arch/x86/kvm/
Demulate.c2909 rc = ctxt->ops->fix_hypercall(ctxt); in em_vmcall()
2940 rc = ctxt->ops->fix_hypercall(ctxt); in em_vmmcall()
Dx86.c4324 .fix_hypercall = emulator_fix_hypercall,