Home
last modified time | relevance | path

Searched refs:MSI_ADDR_DEST_ID (Results 1 – 4 of 4) sorted by relevance

/arch/mips/include/asm/netlogic/xlr/
Dmsidef.h81 #define MSI_ADDR_DEST_ID(dest) (((dest) << MSI_ADDR_DEST_ID_SHIFT) & \ macro
/arch/x86/include/asm/
Dmsidef.h49 #define MSI_ADDR_DEST_ID(dest) (((dest) << MSI_ADDR_DEST_ID_SHIFT) & \ macro
/arch/x86/kernel/apic/
Dmsi.c39 MSI_ADDR_DEST_ID(cfg->dest_apicid); in __irq_msi_compose_msg()
/arch/x86/pci/
Dxen.c224 MSI_ADDR_DEST_ID(pirq); in xen_msi_compose_msg()