Searched refs:MSI_ADDR_EXT_DEST_ID (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dmsidef.h50 #define MSI_ADDR_EXT_DEST_ID(dest) ((dest) & 0xffffff00) macro
/linux-4.4.14/arch/x86/pci/
H A Dxen.c214 msg->address_hi = MSI_ADDR_BASE_HI | MSI_ADDR_EXT_DEST_ID(pirq); xen_msi_compose_msg()
235 pirq = MSI_ADDR_EXT_DEST_ID(msg.address_hi) | for_each_pci_msi_entry()
/linux-4.4.14/arch/x86/kernel/apic/
H A Dmsi.c35 msg->address_hi |= MSI_ADDR_EXT_DEST_ID(cfg->dest_apicid); irq_msi_compose_msg()

Completed in 95 milliseconds