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

/linux-master/arch/s390/include/asm/
H A Dpci_dma.h27 #define ZPCI_TABLE_SIZE_RT (1UL << 42) macro
/linux-master/drivers/iommu/
H A Ds390-iommu.c345 s390_domain->domain.geometry.aperture_end = ZPCI_TABLE_SIZE_RT - 1;
440 if (zdev->end_dma < ZPCI_TABLE_SIZE_RT - 1) {
442 ZPCI_TABLE_SIZE_RT - zdev->end_dma - 1,
460 zdev->start_dma > ZPCI_TABLE_SIZE_RT - 1)
463 if (zdev->end_dma > ZPCI_TABLE_SIZE_RT - 1)
464 zdev->end_dma = ZPCI_TABLE_SIZE_RT - 1;
726 ZPCI_TABLE_SIZE_RT - zdev->start_dma,

Completed in 122 milliseconds