Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dacrn.c27 alloc_intr_gate(HYPERVISOR_CALLBACK_VECTOR, acrn_hv_callback_vector); in acrn_init_platform()
Dmshyperv.c329 alloc_intr_gate(HYPERVISOR_CALLBACK_VECTOR, hyperv_callback_vector); in ms_hyperv_init_platform()
/arch/x86/include/asm/
Dirq_vectors.h91 #define HYPERVISOR_CALLBACK_VECTOR 0xf3 macro
/arch/x86/entry/
Dentry_64.S1175 apicinterrupt3 HYPERVISOR_CALLBACK_VECTOR \
1181 apicinterrupt3 HYPERVISOR_CALLBACK_VECTOR \
1192 apicinterrupt3 HYPERVISOR_CALLBACK_VECTOR \
Dentry_32.S1454 BUILD_INTERRUPT3(xen_hvm_callback_vector, HYPERVISOR_CALLBACK_VECTOR,
1461 BUILD_INTERRUPT3(hyperv_callback_vector, HYPERVISOR_CALLBACK_VECTOR,
/arch/x86/kernel/
Dirq.c139 if (test_bit(HYPERVISOR_CALLBACK_VECTOR, system_vectors)) { in arch_show_interrupts()