Searched refs:ZPCI_TABLE_SIZE_RT (Results 1 – 2 of 2) sorted by relevance
347 s390_domain->domain.geometry.aperture_end = ZPCI_TABLE_SIZE_RT - 1; in s390_domain_alloc_paging()494 if (zdev->end_dma < ZPCI_TABLE_SIZE_RT - 1) { in s390_iommu_get_resv_regions()496 ZPCI_TABLE_SIZE_RT - zdev->end_dma - 1, in s390_iommu_get_resv_regions()514 zdev->start_dma > ZPCI_TABLE_SIZE_RT - 1) in s390_iommu_probe_device()517 if (zdev->end_dma > ZPCI_TABLE_SIZE_RT - 1) in s390_iommu_probe_device()518 zdev->end_dma = ZPCI_TABLE_SIZE_RT - 1; in s390_iommu_probe_device()779 ZPCI_TABLE_SIZE_RT - zdev->start_dma, in zpci_init_iommu()
27 #define ZPCI_TABLE_SIZE_RT (1UL << 42) macro