iommu_memremap
iommu->cmd_buf = iommu_memremap(paddr, CMD_BUFFER_SIZE);
iommu->cmd_sem = iommu_memremap(paddr, PAGE_SIZE);
pci_seg->old_dev_tbl_cpy = iommu_memremap(old_devtb_phys, pci_seg->dev_table_size);
iommu->evt_buf = iommu_memremap(paddr, EVT_BUFFER_SIZE);