Searched refs:HYPERVISOR_CALLBACK_VECTOR (Results 1 – 6 of 6) sorted by relevance
30 sysvec_install(HYPERVISOR_CALLBACK_VECTOR, sysvec_acrn_hv_callback); in acrn_init_platform()
600 sysvec_install(HYPERVISOR_CALLBACK_VECTOR, sysvec_hyperv_callback); in ms_hyperv_init_platform()
84 #define HYPERVISOR_CALLBACK_VECTOR 0xf3 macro
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);
365 wrmsrq(MSR_KVM_ASYNC_PF_INT, HYPERVISOR_CALLBACK_VECTOR); in kvm_guest_cpu_init()836 sysvec_install(HYPERVISOR_CALLBACK_VECTOR, sysvec_kvm_asyncpf_interrupt); in kvm_guest_init()
148 if (test_bit(HYPERVISOR_CALLBACK_VECTOR, system_vectors)) { in arch_show_interrupts()
Completed in 18 milliseconds