Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dmshyperv.c62 if (!test_bit(HYPERVISOR_CALLBACK_VECTOR, used_vectors)) in hv_setup_vmbus_irq()
63 alloc_intr_gate(HYPERVISOR_CALLBACK_VECTOR, in hv_setup_vmbus_irq()
/linux-4.4.14/arch/x86/include/asm/
Dirq_vectors.h96 #define HYPERVISOR_CALLBACK_VECTOR 0xf3 macro
/linux-4.4.14/drivers/xen/events/
Devents_base.c1653 callback_via = HVM_CALLBACK_VECTOR(HYPERVISOR_CALLBACK_VECTOR); in xen_callback_vector()
1662 if (!test_bit(HYPERVISOR_CALLBACK_VECTOR, used_vectors)) in xen_callback_vector()
1663 alloc_intr_gate(HYPERVISOR_CALLBACK_VECTOR, in xen_callback_vector()
/linux-4.4.14/arch/x86/entry/
Dentry_64.S964 apicinterrupt3 HYPERVISOR_CALLBACK_VECTOR \
970 apicinterrupt3 HYPERVISOR_CALLBACK_VECTOR \
Dentry_32.S725 BUILD_INTERRUPT3(xen_hvm_callback_vector, HYPERVISOR_CALLBACK_VECTOR,
732 BUILD_INTERRUPT3(hyperv_callback_vector, HYPERVISOR_CALLBACK_VECTOR,
/linux-4.4.14/arch/x86/kernel/
Dirq.c142 if (test_bit(HYPERVISOR_CALLBACK_VECTOR, used_vectors)) { in arch_show_interrupts()
/linux-4.4.14/drivers/hv/
Dhv.c530 shared_sint.vector = HYPERVISOR_CALLBACK_VECTOR; in hv_synic_init()