Lines Matching refs:end_dma
400 if (WARN_ON(domain->geometry.aperture_start > zdev->end_dma || in s390_iommu_attach_device()
407 cc = zpci_register_ioat(zdev, 0, zdev->start_dma, zdev->end_dma, in s390_iommu_attach_device()
440 if (zdev->end_dma < ZPCI_TABLE_SIZE_RT - 1) { in s390_iommu_get_resv_regions()
441 region = iommu_alloc_resv_region(zdev->end_dma + 1, in s390_iommu_get_resv_regions()
442 ZPCI_TABLE_SIZE_RT - zdev->end_dma - 1, in s390_iommu_get_resv_regions()
459 if (zdev->start_dma > zdev->end_dma || in s390_iommu_probe_device()
463 if (zdev->end_dma > ZPCI_TABLE_SIZE_RT - 1) in s390_iommu_probe_device()
464 zdev->end_dma = ZPCI_TABLE_SIZE_RT - 1; in s390_iommu_probe_device()
487 zdev->end_dma - zdev->start_dma + 1); in zpci_refresh_all()
722 zdev->end_dma - zdev->start_dma + 1); in zpci_init_iommu()
723 zdev->end_dma = zdev->start_dma + aperture_size - 1; in zpci_init_iommu()