Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/xen/
H A Denlighten_hvm.c258 static bool __init msi_ext_dest_id(void) in msi_ext_dest_id() function
329 .init.msi_ext_dest_id = msi_ext_dest_id,
/openbmc/linux/arch/x86/include/asm/
H A Dx86_init.h128 bool (*msi_ext_dest_id)(void); member
/openbmc/linux/arch/x86/kernel/
H A Dx86_init.c117 .msi_ext_dest_id = bool_x86_init_noop,
H A Dkvm.c1006 .init.msi_ext_dest_id = kvm_msi_ext_dest_id,
/openbmc/qemu/hw/xen/
H A Dxen_pt_msi.c45 static inline uint32_t msi_ext_dest_id(uint32_t addr_hi) in msi_ext_dest_id() function
119 *ppirq = msi_ext_dest_id(addr >> 32) | msi_dest_id(addr); in msi_msix_setup()
/openbmc/linux/arch/x86/hyperv/
H A Dhv_vtl.c48 x86_init.hyper.msi_ext_dest_id = hv_vtl_msi_ext_dest_id; in hv_vtl_init_platform()
/openbmc/linux/drivers/iommu/
H A Dhyperv-iommu.c130 x86_init.hyper.msi_ext_dest_id()) in hyperv_prepare_irq_remapping()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c700 .init.msi_ext_dest_id = ms_hyperv_msi_ext_dest_id,
/openbmc/linux/arch/x86/kernel/apic/
H A Dapic.c1887 if (x86_init.hyper.msi_ext_dest_id()) { in try_to_enable_x2apic()