Searched refs:HYPERVISOR_CALLBACK_VECTOR (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/hv/ |
H A D | mshv_synic.c | 440 #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 D | vmbus_drv.c | 2512 #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 D | idtentry.h | 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);
|
/linux/arch/x86/kernel/cpu/ |
H A D | acrn.c | 30 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 D | mshyperv.c | 600 sysvec_install(HYPERVISOR_CALLBACK_VECTOR, sysvec_hyperv_callback); in ms_hyperv_init_platform()
|
/linux/tools/perf/trace/beauty/arch/x86/include/asm/ |
H A D | irq_vectors.h | 84 #define HYPERVISOR_CALLBACK_VECTOR 0xf3 macro
|
/linux/arch/x86/kernel/ |
H A D | kvm.c | 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()
|
H A D | irq.c | 148 if (test_bit(HYPERVISOR_CALLBACK_VECTOR, system_vectors)) { in arch_show_interrupts()
|
/linux/drivers/xen/events/ |
H A D | events_base.c | 2170 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 D | vmbus.rst | 183 interrupt vector is statically allocated (HYPERVISOR_CALLBACK_VECTOR)
|