Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dacrn.c30 alloc_intr_gate(HYPERVISOR_CALLBACK_VECTOR, asm_sysvec_acrn_hv_callback); in acrn_init_platform()
Dmshyperv.c407 alloc_intr_gate(HYPERVISOR_CALLBACK_VECTOR, asm_sysvec_hyperv_callback); in ms_hyperv_init_platform()
/arch/x86/include/asm/
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);
Dirq_vectors.h91 #define HYPERVISOR_CALLBACK_VECTOR 0xf3 macro
/arch/x86/kernel/
Dkvm.c360 wrmsrl(MSR_KVM_ASYNC_PF_INT, HYPERVISOR_CALLBACK_VECTOR); in kvm_guest_cpu_init()
744 alloc_intr_gate(HYPERVISOR_CALLBACK_VECTOR, asm_sysvec_kvm_asyncpf_interrupt); in kvm_guest_init()
Dirq.c139 if (test_bit(HYPERVISOR_CALLBACK_VECTOR, system_vectors)) { in arch_show_interrupts()