Home
last modified time | relevance | path

Searched refs:fix_hypercall (Results 1 – 3 of 3) 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 Demulate.c3434 int rc = ctxt->ops->fix_hypercall(ctxt); in em_hypercall()
H A Dx86.c8956 .fix_hypercall = emulator_fix_hypercall,