Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Diommu.c196 case IOMMU_DOMAIN_DMA: in iommu_domain_type_str()
801 iommu_def_domain_type = IOMMU_DOMAIN_DMA; in iommu_set_dma_strict()
995 case IOMMU_DOMAIN_DMA: in iommu_group_show_type()
1764 if (iommu_def_domain_type == IOMMU_DOMAIN_DMA) in iommu_group_alloc_default_domain()
1766 dom = __iommu_group_alloc_default_domain(group, IOMMU_DOMAIN_DMA); in iommu_group_alloc_default_domain()
1900 if (WARN_ON(driver_type == IOMMU_DOMAIN_DMA)) in iommu_get_default_domain_type()
1907 if (driver_type && driver_type != IOMMU_DOMAIN_DMA) { in iommu_get_default_domain_type()
1914 driver_type = IOMMU_DOMAIN_DMA; in iommu_get_default_domain_type()
2976 iommu_def_domain_type = IOMMU_DOMAIN_DMA; in iommu_set_default_translated()
3201 req_type = IOMMU_DOMAIN_DMA; in iommu_group_store_type()
[all …]
H A Dapple-dart.c973 return IOMMU_DOMAIN_DMA; in apple_dart_def_domain_type()
H A Ddma-iommu.c710 domain->type = IOMMU_DOMAIN_DMA; in iommu_dma_init_domain()
/linux/include/linux/
H A Diommu.h214 #define IOMMU_DOMAIN_DMA (__IOMMU_DOMAIN_PAGING | \ macro
/linux/drivers/iommu/intel/
H A Diommu.c1394 return IOMMU_DOMAIN_DMA; in device_def_domain_type()
/linux/drivers/iommu/amd/
H A Diommu.c3128 return IOMMU_DOMAIN_DMA; in amd_iommu_def_domain_type()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c4304 if (domain && (domain->type == IOMMU_DOMAIN_DMA || in amdgpu_device_check_iommu_remap()