Lines Matching refs:dest
24 unsigned int irq, unsigned int dest, in native_compose_msi_msg() argument
32 msg->address_hi |= MSI_ADDR_EXT_DEST_ID(dest); in native_compose_msi_msg()
42 MSI_ADDR_DEST_ID(dest); in native_compose_msi_msg()
58 unsigned dest; in msi_compose_msg() local
69 apic->target_cpus(), &dest); in msi_compose_msg()
73 x86_msi.compose_msi_msg(pdev, irq, dest, msg, hpet_id); in msi_compose_msg()
83 unsigned int dest; in msi_set_affinity() local
86 ret = apic_set_affinity(data, mask, &dest); in msi_set_affinity()
95 msg.address_lo |= MSI_ADDR_DEST_ID(dest); in msi_set_affinity()
184 unsigned int dest, irq = data->irq; in dmar_msi_set_affinity() local
188 ret = apic_set_affinity(data, mask, &dest); in dmar_msi_set_affinity()
197 msg.address_lo |= MSI_ADDR_DEST_ID(dest); in dmar_msi_set_affinity()
198 msg.address_hi = MSI_ADDR_BASE_HI | MSI_ADDR_EXT_DEST_ID(dest); in dmar_msi_set_affinity()
240 unsigned int dest; in hpet_msi_set_affinity() local
243 ret = apic_set_affinity(data, mask, &dest); in hpet_msi_set_affinity()
252 msg.address_lo |= MSI_ADDR_DEST_ID(dest); in hpet_msi_set_affinity()