Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/media/tegra-vde/
Diommu.c81 vde->domain = iommu_domain_alloc(&platform_bus_type); in tegra_vde_iommu_init()
/Linux-v5.4/drivers/media/platform/qcom/venus/
Dfirmware.c249 iommu_dom = iommu_domain_alloc(&platform_bus_type); in venus_firmware_init()
/Linux-v5.4/drivers/soc/fsl/qbman/
Dqman_portal.c54 pcfg->iommu_domain = iommu_domain_alloc(&platform_bus_type); in portal_set_cpu()
/Linux-v5.4/include/linux/
Diommu.h413 extern struct iommu_domain *iommu_domain_alloc(struct bus_type *bus);
629 static inline struct iommu_domain *iommu_domain_alloc(struct bus_type *bus) in iommu_domain_alloc() function
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dtegra.c127 tdev->iommu.domain = iommu_domain_alloc(&platform_bus_type); in nvkm_device_tegra_probe_iommu()
/Linux-v5.4/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c84 private->domain = iommu_domain_alloc(&platform_bus_type); in rockchip_drm_init_iommu()
/Linux-v5.4/drivers/gpu/host1x/
Ddev.c286 host->domain = iommu_domain_alloc(&platform_bus_type); in host1x_probe()
/Linux-v5.4/drivers/infiniband/hw/usnic/
Dusnic_uiom.c451 pd->domain = domain = iommu_domain_alloc(&pci_bus_type); in usnic_uiom_alloc_pd()
/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_kms.c577 config.iommu = iommu_domain_alloc(&platform_bus_type); in mdp4_get_config()
/Linux-v5.4/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_cfg.c845 config.iommu = iommu_domain_alloc(&platform_bus_type); in mdp5_get_config()
/Linux-v5.4/drivers/iommu/
Damd_iommu_v2.c773 dev_state->domain = iommu_domain_alloc(&pci_bus_type); in amd_iommu_init_device()
Diommu.c1611 struct iommu_domain *iommu_domain_alloc(struct bus_type *bus) in iommu_domain_alloc() function
1615 EXPORT_SYMBOL_GPL(iommu_domain_alloc);
/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_gpu.c818 struct iommu_domain *iommu = iommu_domain_alloc(&platform_bus_type); in msm_gpu_create_address_space()
/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_kms.c741 domain = iommu_domain_alloc(&platform_bus_type); in _dpu_kms_mmu_init()
/Linux-v5.4/drivers/gpu/drm/msm/adreno/
Da6xx_gmu.c978 gmu->domain = iommu_domain_alloc(&platform_bus_type); in a6xx_gmu_memory_probe()
/Linux-v5.4/drivers/gpu/drm/tegra/
Ddrm.c100 tegra->domain = iommu_domain_alloc(&platform_bus_type); in tegra_drm_load()
/Linux-v5.4/drivers/remoteproc/
Dremoteproc_core.c109 domain = iommu_domain_alloc(dev->bus); in rproc_enable_iommu()
/Linux-v5.4/drivers/vfio/
Dvfio_iommu_type1.c1722 domain->domain = iommu_domain_alloc(bus); in vfio_iommu_type1_attach_group()
/Linux-v5.4/arch/arm/mm/
Ddma-mapping.c2113 mapping->domain = iommu_domain_alloc(bus); in arm_iommu_create_mapping()