Home
last modified time | relevance | path

Searched refs:IOMMU_DOMAIN_DMA (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/iommu/
H A Diommu.c190 case IOMMU_DOMAIN_DMA: in iommu_domain_type_str()
749 iommu_def_domain_type = IOMMU_DOMAIN_DMA; in iommu_set_dma_strict()
943 case IOMMU_DOMAIN_DMA: in iommu_group_show_type()
1711 if (iommu_def_domain_type == IOMMU_DOMAIN_DMA) in iommu_group_alloc_default_domain()
1713 dom = __iommu_group_alloc_default_domain(group, IOMMU_DOMAIN_DMA); in iommu_group_alloc_default_domain()
1847 if (WARN_ON(driver_type == IOMMU_DOMAIN_DMA)) in iommu_get_default_domain_type()
1854 if (driver_type && driver_type != IOMMU_DOMAIN_DMA) { in iommu_get_default_domain_type()
1861 driver_type = IOMMU_DOMAIN_DMA; in iommu_get_default_domain_type()
2824 iommu_def_domain_type = IOMMU_DOMAIN_DMA; in iommu_set_default_translated()
3073 req_type = IOMMU_DOMAIN_DMA; in iommu_group_store_type()
[all …]
H A Dvirtio-iommu.c645 type != IOMMU_DOMAIN_DMA && in viommu_domain_alloc()
H A Dapple-dart.c955 return IOMMU_DOMAIN_DMA; in apple_dart_def_domain_type()
H A Ddma-iommu.c705 domain->type = IOMMU_DOMAIN_DMA; in iommu_dma_init_domain()
/linux-6.15/include/linux/
H A Diommu.h213 #define IOMMU_DOMAIN_DMA (__IOMMU_DOMAIN_PAGING | \ macro
/linux-6.15/drivers/iommu/amd/
H A Diommu.c2958 return IOMMU_DOMAIN_DMA; in amd_iommu_def_domain_type()
/linux-6.15/drivers/iommu/intel/
H A Diommu.c1931 return IOMMU_DOMAIN_DMA; in device_def_domain_type()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c4193 if (domain && (domain->type == IOMMU_DOMAIN_DMA || in amdgpu_device_check_iommu_remap()