Searched refs:HYPERVISOR_CALLBACK_VECTOR (Results 1 – 8 of 8) sorted by relevance
761 DECLARE_IDTENTRY_SYSVEC(HYPERVISOR_CALLBACK_VECTOR, sysvec_hyperv_callback);767 DECLARE_IDTENTRY_SYSVEC(HYPERVISOR_CALLBACK_VECTOR, sysvec_acrn_hv_callback);771 DECLARE_IDTENTRY_SYSVEC(HYPERVISOR_CALLBACK_VECTOR, sysvec_xen_hvm_callback);775 DECLARE_IDTENTRY_SYSVEC(HYPERVISOR_CALLBACK_VECTOR, sysvec_kvm_asyncpf_interrupt);
84 #define HYPERVISOR_CALLBACK_VECTOR 0xf3 macro
30 sysvec_install(HYPERVISOR_CALLBACK_VECTOR, sysvec_acrn_hv_callback); in acrn_init_platform()
607 sysvec_install(HYPERVISOR_CALLBACK_VECTOR, sysvec_hyperv_callback); in ms_hyperv_init_platform()
141 if (test_bit(HYPERVISOR_CALLBACK_VECTOR, system_vectors)) { in arch_show_interrupts()
2669 #ifdef HYPERVISOR_CALLBACK_VECTOR in hv_acpi_init()2670 vmbus_interrupt = HYPERVISOR_CALLBACK_VECTOR; in hv_acpi_init()