Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_synic.c440 #ifdef HYPERVISOR_CALLBACK_VECTOR in mshv_isr()
441 add_interrupt_randomness(HYPERVISOR_CALLBACK_VECTOR); in mshv_isr()
454 #ifdef HYPERVISOR_CALLBACK_VECTOR in mshv_synic_init()
499 #ifdef HYPERVISOR_CALLBACK_VECTOR in mshv_synic_init()
502 sint.vector = HYPERVISOR_CALLBACK_VECTOR; in mshv_synic_init()
510 sint.vector = HYPERVISOR_CALLBACK_VECTOR; in mshv_synic_init()
H A Dvmbus_drv.c2512 #ifndef HYPERVISOR_CALLBACK_VECTOR
2553 #ifndef HYPERVISOR_CALLBACK_VECTOR in vmbus_device_add()
2876 #ifdef HYPERVISOR_CALLBACK_VECTOR in hv_acpi_init()
2877 vmbus_interrupt = HYPERVISOR_CALLBACK_VECTOR; in hv_acpi_init()
/linux/arch/x86/include/asm/
H A Didtentry.h761 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);
/linux/arch/x86/kernel/cpu/
H A Dacrn.c30 sysvec_install(HYPERVISOR_CALLBACK_VECTOR, sysvec_acrn_hv_callback); in acrn_init_platform()
50 * HYPERVISOR_CALLBACK_VECTOR will not be cleared and then it in DEFINE_IDTENTRY_SYSVEC()
52 * HYPERVISOR_CALLBACK_VECTOR. in DEFINE_IDTENTRY_SYSVEC()
H A Dmshyperv.c600 sysvec_install(HYPERVISOR_CALLBACK_VECTOR, sysvec_hyperv_callback); in ms_hyperv_init_platform()
/linux/tools/perf/trace/beauty/arch/x86/include/asm/
H A Dirq_vectors.h84 #define HYPERVISOR_CALLBACK_VECTOR 0xf3 macro
/linux/arch/x86/kernel/
H A Dkvm.c365 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()
H A Dirq.c148 if (test_bit(HYPERVISOR_CALLBACK_VECTOR, system_vectors)) { in arch_show_interrupts()
/linux/drivers/xen/events/
H A Devents_base.c2170 callback_via = HVM_CALLBACK_VECTOR(HYPERVISOR_CALLBACK_VECTOR); in xen_setup_callback_vector()
2200 .vector = HYPERVISOR_CALLBACK_VECTOR, in xen_set_upcall_vector()
2221 sysvec_install(HYPERVISOR_CALLBACK_VECTOR, sysvec_xen_hvm_callback); in xen_alloc_callback_vector()
/linux/Documentation/virt/hyperv/
H A Dvmbus.rst183 interrupt vector is statically allocated (HYPERVISOR_CALLBACK_VECTOR)