Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dfix_hypercall_test.c49 const uint8_t *other_hypercall_insn; in guest_main() local
54 other_hypercall_insn = svm_vmmcall; in guest_main()
57 other_hypercall_insn = vmx_vmcall; in guest_main()
64 memcpy(hypercall_insn, other_hypercall_insn, HYPERCALL_INSN_SIZE); in guest_main()
76 GUEST_ASSERT(!memcmp(other_hypercall_insn, hypercall_insn, in guest_main()