Searched refs:other_hypercall_insn (Results 1 – 1 of 1) sorted by relevance
49 const uint8_t *other_hypercall_insn; in guest_main() local54 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()
Completed in 2 milliseconds