Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dpci_dma.h27 #define ZPCI_TABLE_SIZE_RT (1UL << 42) macro
/linux/drivers/iommu/
H A Ds390-iommu.c518 return ZPCI_TABLE_SIZE_RT - 1; in max_tbl_size()
546 if (aperture_size <= (ZPCI_TABLE_SIZE_RT - zdev->start_dma)) { in s390_domain_alloc_paging()
556 aperture_size = ZPCI_TABLE_SIZE_RT - zdev->start_dma; in s390_domain_alloc_paging()