Home
last modified time | relevance | path

Searched refs:msi_ext_dest_id (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/arch/x86/xen/
Denlighten_hvm.c266 static bool __init msi_ext_dest_id(void) in msi_ext_dest_id() function
333 .init.msi_ext_dest_id = msi_ext_dest_id,
/linux-6.1.9/arch/x86/include/asm/
Dx86_init.h127 bool (*msi_ext_dest_id)(void); member
/linux-6.1.9/arch/x86/kernel/
Dx86_init.c114 .msi_ext_dest_id = bool_x86_init_noop,
Dkvm.c1014 .init.msi_ext_dest_id = kvm_msi_ext_dest_id,
/linux-6.1.9/arch/x86/kernel/cpu/
Dmshyperv.c496 .init.msi_ext_dest_id = ms_hyperv_msi_ext_dest_id,
/linux-6.1.9/drivers/iommu/
Dhyperv-iommu.c126 x86_init.hyper.msi_ext_dest_id() || in hyperv_prepare_irq_remapping()
/linux-6.1.9/arch/x86/kernel/apic/
Dapic.c1904 if (x86_init.hyper.msi_ext_dest_id()) { in try_to_enable_x2apic()