HYPERVISOR_CALLBACK_VECTOR
DECLARE_IDTENTRY_SYSVEC(HYPERVISOR_CALLBACK_VECTOR, sysvec_hyperv_callback);
DECLARE_IDTENTRY_SYSVEC(HYPERVISOR_CALLBACK_VECTOR, sysvec_acrn_hv_callback);
DECLARE_IDTENTRY_SYSVEC(HYPERVISOR_CALLBACK_VECTOR, sysvec_xen_hvm_callback);
DECLARE_IDTENTRY_SYSVEC(HYPERVISOR_CALLBACK_VECTOR, sysvec_kvm_asyncpf_interrupt);
sysvec_install(HYPERVISOR_CALLBACK_VECTOR, sysvec_acrn_hv_callback);
sysvec_install(HYPERVISOR_CALLBACK_VECTOR, sysvec_hyperv_callback);
if (test_bit(HYPERVISOR_CALLBACK_VECTOR, system_vectors)) {
wrmsrq(MSR_KVM_ASYNC_PF_INT, HYPERVISOR_CALLBACK_VECTOR);
sysvec_install(HYPERVISOR_CALLBACK_VECTOR, sysvec_kvm_asyncpf_interrupt);
#ifndef HYPERVISOR_CALLBACK_VECTOR
mshv_sint_vector = HYPERVISOR_CALLBACK_VECTOR;
sint.vector = HYPERVISOR_CALLBACK_VECTOR;
sint.vector = HYPERVISOR_CALLBACK_VECTOR;
#ifndef HYPERVISOR_CALLBACK_VECTOR
#ifndef HYPERVISOR_CALLBACK_VECTOR
#ifdef HYPERVISOR_CALLBACK_VECTOR
vmbus_interrupt = HYPERVISOR_CALLBACK_VECTOR;
callback_via = HVM_CALLBACK_VECTOR(HYPERVISOR_CALLBACK_VECTOR);
.vector = HYPERVISOR_CALLBACK_VECTOR,
sysvec_install(HYPERVISOR_CALLBACK_VECTOR, sysvec_xen_hvm_callback);