Searched refs:aperture_size (Results 1 – 5 of 5) sorted by relevance
532 u64 aperture_size; in s390_domain_alloc_paging() local544 aperture_size = min(s390_iommu_aperture, in s390_domain_alloc_paging()546 if (aperture_size <= (ZPCI_TABLE_SIZE_RT - zdev->start_dma)) { in s390_domain_alloc_paging()548 } else if (aperture_size <= (ZPCI_TABLE_SIZE_RS - zdev->start_dma) && in s390_domain_alloc_paging()556 aperture_size = ZPCI_TABLE_SIZE_RT - zdev->start_dma; in s390_domain_alloc_paging()558 zdev->end_dma = zdev->start_dma + aperture_size - 1; in s390_domain_alloc_paging()
95 size_t *aperture_size, in amdgpu_doorbell_get_kfd_info() argument110 *aperture_size = 0; in amdgpu_doorbell_get_kfd_info()115 *aperture_size = adev->doorbell.size; in amdgpu_doorbell_get_kfd_info()119 *aperture_size = 0; in amdgpu_doorbell_get_kfd_info()
210 info->aperture_size = kern->aper_size * 1024 * 1024; in radeon_agp_head_info()
573 unsigned long aperture_size; /* bytes */ member