Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A Dacrn.c30 alloc_intr_gate(HYPERVISOR_CALLBACK_VECTOR, asm_sysvec_acrn_hv_callback); in acrn_init_platform()
H A Dmshyperv.c540 alloc_intr_gate(HYPERVISOR_CALLBACK_VECTOR, asm_sysvec_hyperv_callback); in ms_hyperv_init_platform()
544 alloc_intr_gate(HYPERV_REENLIGHTENMENT_VECTOR, in ms_hyperv_init_platform()
550 alloc_intr_gate(HYPERV_STIMER0_VECTOR, in ms_hyperv_init_platform()
/openbmc/linux/arch/x86/kernel/
H A Didt.c333 void __init alloc_intr_gate(unsigned int n, const void *addr) in alloc_intr_gate() function
H A Dkvm.c832 alloc_intr_gate(HYPERVISOR_CALLBACK_VECTOR, asm_sysvec_kvm_asyncpf_interrupt); in kvm_guest_init()
/openbmc/linux/arch/x86/include/asm/
H A Ddesc.h405 void alloc_intr_gate(unsigned int n, const void *addr);
/openbmc/linux/drivers/xen/events/
H A Devents_base.c2238 alloc_intr_gate(HYPERVISOR_CALLBACK_VECTOR, asm_sysvec_xen_hvm_callback); in xen_alloc_callback_vector()