Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Denlighten_hvm.c260 static bool __init msi_ext_dest_id(void) in msi_ext_dest_id() function
331 .init.msi_ext_dest_id = msi_ext_dest_id,
/linux/arch/x86/kernel/cpu/
H A Dbhyve.c65 .init.msi_ext_dest_id = bhyve_ext_dest_id,
H A Dmshyperv.c531 ms_hyperv.msi_ext_dest_id = in ms_hyperv_init_platform()
740 return ms_hyperv.msi_ext_dest_id; in ms_hyperv_msi_ext_dest_id()
764 .init.msi_ext_dest_id = ms_hyperv_msi_ext_dest_id,
/linux/arch/x86/include/asm/
H A Dx86_init.h128 bool (*msi_ext_dest_id)(void); member
/linux/arch/x86/kernel/
H A Dx86_init.c118 .msi_ext_dest_id = bool_x86_init_noop,
H A Dkvm.c1046 .init.msi_ext_dest_id = kvm_msi_ext_dest_id,
/linux/arch/x86/hyperv/
H A Dhv_vtl.c91 x86_init.hyper.msi_ext_dest_id = hv_vtl_msi_ext_dest_id; in hv_vtl_init_platform()
/linux/drivers/iommu/
H A Dhyperv-iommu.c130 x86_init.hyper.msi_ext_dest_id()) in hyperv_prepare_irq_remapping()
/linux/include/asm-generic/
H A Dmshyperv.h65 bool msi_ext_dest_id; member
/linux/arch/x86/kernel/apic/
H A Dapic.c1850 if (x86_init.hyper.msi_ext_dest_id()) { in try_to_enable_x2apic()