Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dkvm_emulate.h219 int (*fix_hypercall)(struct x86_emulate_ctxt *ctxt); member
Demulate.c3799 int rc = ctxt->ops->fix_hypercall(ctxt); in em_hypercall()
Dx86.c7622 .fix_hypercall = emulator_fix_hypercall,