dmar_alloc_hwirq
irq = dmar_alloc_hwirq(iommu->seq_id, iommu->node, iommu);
irq = dmar_alloc_hwirq(IOMMU_IRQ_ID_OFFSET_PERF + iommu->seq_id, iommu->node, iommu);
irq = dmar_alloc_hwirq(IOMMU_IRQ_ID_OFFSET_PRQ + iommu->seq_id, iommu->node, iommu);
extern int dmar_alloc_hwirq(int id, int node, void *arg);