Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dacrn.c30 sysvec_install(HYPERVISOR_CALLBACK_VECTOR, sysvec_acrn_hv_callback); in acrn_init_platform()
H A Dmshyperv.c697 sysvec_install(HYPERVISOR_CALLBACK_VECTOR, sysvec_hyperv_callback); in ms_hyperv_init_platform()
/linux/tools/arch/x86/include/asm/
H A Dirq_vectors.h
/linux/tools/perf/trace/beauty/arch/x86/include/asm/
H A Dirq_vectors.h86 #define HYPERVISOR_CALLBACK_VECTOR 0xf3 macro
/linux/drivers/hv/
H A Dmshv_synic.c690 #ifndef HYPERVISOR_CALLBACK_VECTOR
768 mshv_sint_vector = HYPERVISOR_CALLBACK_VECTOR; in mshv_sint_vector_setup()
H A Dvmbus_drv.c2626 #ifndef HYPERVISOR_CALLBACK_VECTOR
2667 #ifndef HYPERVISOR_CALLBACK_VECTOR in vmbus_device_add()
2994 #ifdef HYPERVISOR_CALLBACK_VECTOR in hv_acpi_init()
2995 vmbus_interrupt = HYPERVISOR_CALLBACK_VECTOR; in hv_acpi_init()
H A Dmshv_vtl_main.c239 sint.vector = HYPERVISOR_CALLBACK_VECTOR; in mshv_vtl_synic_enable_regs()
854 sint.vector = HYPERVISOR_CALLBACK_VECTOR; in mshv_vtl_synic_mask_vmbus_sint()
/linux/arch/x86/kernel/
H A Dkvm.c379 wrmsrq(MSR_KVM_ASYNC_PF_INT, HYPERVISOR_CALLBACK_VECTOR); in kvm_guest_cpu_init()
856 sysvec_install(HYPERVISOR_CALLBACK_VECTOR, sysvec_kvm_asyncpf_interrupt); in kvm_guest_init()
H A Dirq.c149 if (test_bit(HYPERVISOR_CALLBACK_VECTOR, system_vectors)) { in arch_show_interrupts()
/linux/drivers/xen/events/
H A Devents_base.c2191 callback_via = HVM_CALLBACK_VECTOR(HYPERVISOR_CALLBACK_VECTOR); in xen_setup_callback_vector()
2221 .vector = HYPERVISOR_CALLBACK_VECTOR, in xen_set_upcall_vector()
2242 sysvec_install(HYPERVISOR_CALLBACK_VECTOR, sysvec_xen_hvm_callback); in xen_alloc_callback_vector()