Home
last modified time | relevance | path

Searched refs:MSI_ADDR_BASE_LO (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/netlogic/xlr/
Dmsidef.h69 #define MSI_ADDR_BASE_LO 0xfee00000 macro
/linux-4.1.27/arch/x86/include/asm/
Dmsidef.h34 #define MSI_ADDR_BASE_LO 0xfee00000 macro
/linux-4.1.27/arch/mips/pci/
Dpci-xlr.c251 msg.address_lo = MSI_ADDR_BASE_LO | in arch_setup_msi_irq()
/linux-4.1.27/arch/x86/kernel/apic/
Dmsi.c35 MSI_ADDR_BASE_LO | in native_compose_msi_msg()
/linux-4.1.27/arch/x86/pci/
Dxen.c216 MSI_ADDR_BASE_LO | in xen_msi_compose_msg()
/linux-4.1.27/drivers/iommu/
Damd_iommu.c1640 if (old_size < MSI_ADDR_BASE_LO && in alloc_new_range()
1641 dma_dom->aperture_size > MSI_ADDR_BASE_LO) { in alloc_new_range()
1645 pages = iommu_num_pages(MSI_ADDR_BASE_LO, 0x10000, PAGE_SIZE); in alloc_new_range()
1646 spage = MSI_ADDR_BASE_LO >> PAGE_SHIFT; in alloc_new_range()
4211 msg->address_lo = MSI_ADDR_BASE_LO; in compose_msi_msg()
Dintel_irq_remapping.c1129 msg->address_lo = MSI_ADDR_BASE_LO | MSI_ADDR_IR_EXT_INT | in intel_compose_msi_msg()