Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dfix_hypercall_test.c48 const uint8_t *other_hypercall_insn; in guest_main() local
53 other_hypercall_insn = svm_vmmcall; in guest_main()
56 other_hypercall_insn = vmx_vmcall; in guest_main()
63 memcpy(hypercall_insn, other_hypercall_insn, HYPERCALL_INSN_SIZE); in guest_main()
75 GUEST_ASSERT(!memcmp(other_hypercall_insn, hypercall_insn, in guest_main()