Searched refs:get_viommu_size (Results 1 – 4 of 4) sorted by relevance
440 if (!smmu->impl_ops || !smmu->impl_ops->get_viommu_size) in arm_smmu_get_viommu_size()442 return smmu->impl_ops->get_viommu_size(viommu_type); in arm_smmu_get_viommu_size()
40 if (!ops->get_viommu_size || !ops->viommu_init) { in iommufd_viommu_alloc_ioctl()45 viommu_size = ops->get_viommu_size(idev->dev, cmd->type); in iommufd_viommu_alloc_ioctl()
703 size_t (*get_viommu_size)(struct device *dev, member
3177 .get_viommu_size = amd_iommufd_get_viommu_size,