Searched refs:iommu_domain_alloc (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/media/platform/nvidia/tegra-vde/
H A Diommu.c81 vde->domain = iommu_domain_alloc(&platform_bus_type);
/linux-master/drivers/soc/fsl/qbman/
H A Dqman_portal.c51 pcfg->iommu_domain = iommu_domain_alloc(&platform_bus_type);
53 dev_err(dev, "%s(): iommu_domain_alloc() failed", __func__);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dtegra.c123 tdev->iommu.domain = iommu_domain_alloc(&platform_bus_type);
/linux-master/drivers/media/platform/qcom/venus/
H A Dfirmware.c319 iommu_dom = iommu_domain_alloc(&platform_bus_type);
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_uiom.c446 pd->domain = domain = iommu_domain_alloc(dev->bus);
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c110 private->domain = iommu_domain_alloc(private->iommu_dev->bus);
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_iommu.c410 domain = iommu_domain_alloc(dev->bus);
/linux-master/drivers/iommu/iommufd/
H A Dhw_pagetable.c140 hwpt->domain = iommu_domain_alloc(idev->dev->bus);
/linux-master/include/linux/
H A Diommu.h508 * the caller iommu_domain_alloc() returns.
779 extern struct iommu_domain *iommu_domain_alloc(const struct bus_type *bus);
1081 static inline struct iommu_domain *iommu_domain_alloc(const struct bus_type *bus) function
/linux-master/drivers/gpu/host1x/
H A Ddev.c383 host->domain = iommu_domain_alloc(&platform_bus_type);
/linux-master/drivers/iommu/
H A Diommu.c2016 struct iommu_domain *iommu_domain_alloc(const struct bus_type *bus) function
2030 EXPORT_SYMBOL_GPL(iommu_domain_alloc); variable
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dahb.c999 iommu_dom = iommu_domain_alloc(&platform_bus_type);
/linux-master/drivers/gpu/drm/tegra/
H A Ddrm.c1153 tegra->domain = iommu_domain_alloc(&platform_bus_type);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dsnoc.c1635 iommu_dom = iommu_domain_alloc(&platform_bus_type);
/linux-master/arch/arm/mm/
H A Ddma-mapping.c1588 mapping->domain = iommu_domain_alloc(bus);
/linux-master/drivers/vhost/
H A Dvdpa.c1332 v->domain = iommu_domain_alloc(bus);
/linux-master/drivers/remoteproc/
H A Dremoteproc_core.c112 domain = iommu_domain_alloc(dev->bus);
/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c2138 *domain = iommu_domain_alloc(dev->bus);
/linux-master/drivers/iommu/intel/
H A Diommu.c3923 * return, so uses iommu_domain_alloc() here for simple.
3925 domain = iommu_domain_alloc(dev->bus);

Completed in 217 milliseconds