Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dmshyperv.c60 if (!test_bit(HYPERVISOR_CALLBACK_VECTOR, used_vectors)) in hv_setup_vmbus_irq()
61 alloc_intr_gate(HYPERVISOR_CALLBACK_VECTOR, in hv_setup_vmbus_irq()
/linux-4.1.27/arch/x86/include/asm/
Dirq_vectors.h118 #define HYPERVISOR_CALLBACK_VECTOR 0xf3 macro
/linux-4.1.27/drivers/xen/events/
Devents_base.c1656 callback_via = HVM_CALLBACK_VECTOR(HYPERVISOR_CALLBACK_VECTOR); in xen_callback_vector()
1665 if (!test_bit(HYPERVISOR_CALLBACK_VECTOR, used_vectors)) in xen_callback_vector()
1666 alloc_intr_gate(HYPERVISOR_CALLBACK_VECTOR, in xen_callback_vector()
/linux-4.1.27/drivers/hv/
Dhv.c441 shared_sint.vector = HYPERVISOR_CALLBACK_VECTOR; in hv_synic_init()
/linux-4.1.27/arch/x86/kernel/
Dentry_32.S1019 BUILD_INTERRUPT3(xen_hvm_callback_vector, HYPERVISOR_CALLBACK_VECTOR,
1026 BUILD_INTERRUPT3(hyperv_callback_vector, HYPERVISOR_CALLBACK_VECTOR,