Home
last modified time | relevance | path

Searched refs:ZPCI_TABLE_SIZE_RT (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/iommu/
H A Ds390-iommu.c347 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()
/linux-6.15/arch/s390/include/asm/
H A Dpci_dma.h27 #define ZPCI_TABLE_SIZE_RT (1UL << 42) macro