Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Didtentry.h675 DECLARE_IDTENTRY_SYSVEC(HYPERVISOR_CALLBACK_VECTOR, sysvec_hyperv_callback);
681 DECLARE_IDTENTRY_SYSVEC(HYPERVISOR_CALLBACK_VECTOR, sysvec_acrn_hv_callback);
685 DECLARE_IDTENTRY_SYSVEC(HYPERVISOR_CALLBACK_VECTOR, sysvec_xen_hvm_callback);
689 DECLARE_IDTENTRY_SYSVEC(HYPERVISOR_CALLBACK_VECTOR, sysvec_kvm_asyncpf_interrupt);
A Dirq_vectors.h91 #define HYPERVISOR_CALLBACK_VECTOR 0xf3 macro
/linux/arch/x86/kernel/cpu/
A Dacrn.c30 alloc_intr_gate(HYPERVISOR_CALLBACK_VECTOR, asm_sysvec_acrn_hv_callback); in acrn_init_platform()
A Dmshyperv.c408 alloc_intr_gate(HYPERVISOR_CALLBACK_VECTOR, asm_sysvec_hyperv_callback); in ms_hyperv_init_platform()
/linux/tools/arch/x86/include/asm/
A Dirq_vectors.h91 #define HYPERVISOR_CALLBACK_VECTOR 0xf3 macro
/linux/arch/x86/kernel/
A Dkvm.c349 wrmsrl(MSR_KVM_ASYNC_PF_INT, HYPERVISOR_CALLBACK_VECTOR); in kvm_guest_cpu_init()
769 alloc_intr_gate(HYPERVISOR_CALLBACK_VECTOR, asm_sysvec_kvm_asyncpf_interrupt); in kvm_guest_init()
A Dirq.c139 if (test_bit(HYPERVISOR_CALLBACK_VECTOR, system_vectors)) { in arch_show_interrupts()
/linux/drivers/xen/events/
A Devents_base.c2195 callback_via = HVM_CALLBACK_VECTOR(HYPERVISOR_CALLBACK_VECTOR); in xen_setup_callback_vector()
2209 alloc_intr_gate(HYPERVISOR_CALLBACK_VECTOR, asm_sysvec_xen_hvm_callback); in xen_alloc_callback_vector()
/linux/drivers/hv/
A Dvmbus_drv.c2721 #ifdef HYPERVISOR_CALLBACK_VECTOR in hv_acpi_init()
2722 vmbus_interrupt = HYPERVISOR_CALLBACK_VECTOR; in hv_acpi_init()

Completed in 25 milliseconds