Searched refs:fix_hypercall (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dfix_hypercall_test.c87 KVM_ONE_VCPU_TEST_SUITE(fix_hypercall); variable
127 KVM_ONE_VCPU_TEST(fix_hypercall, enable_quirk, guest_main)
132 KVM_ONE_VCPU_TEST(fix_hypercall, disable_quirk, guest_main)
/linux-master/arch/x86/kvm/
H A Dkvm_emulate.h216 int (*fix_hypercall)(struct x86_emulate_ctxt *ctxt);
215 int (*fix_hypercall)(struct x86_emulate_ctxt *ctxt); member in struct:x86_emulate_ops
H A Demulate.c3468 int rc = ctxt->ops->fix_hypercall(ctxt);
H A Dx86.c8625 .fix_hypercall = emulator_fix_hypercall,

Completed in 184 milliseconds