Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dfix_hypercall_test.c87 KVM_ONE_VCPU_TEST_SUITE(fix_hypercall);
127 KVM_ONE_VCPU_TEST(fix_hypercall, enable_quirk, guest_main) in KVM_ONE_VCPU_TEST() argument
132 KVM_ONE_VCPU_TEST(fix_hypercall, disable_quirk, guest_main) in KVM_ONE_VCPU_TEST() argument
/linux/arch/x86/kvm/
H A Dkvm_emulate.h223 int (*fix_hypercall)(struct x86_emulate_ctxt *ctxt); member
H A Demulate.c3444 int rc = ctxt->ops->fix_hypercall(ctxt); in em_hypercall()
H A Dx86.c8552 .fix_hypercall = emulator_fix_hypercall,