Home
last modified time | relevance | path

Searched refs:IOMMU_DOMAIN_DMA_FQ (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/iommu/
H A Diommu.c191 case IOMMU_DOMAIN_DMA_FQ: in iommu_domain_type_str()
217 iommu_def_domain_type = IOMMU_DOMAIN_DMA_FQ; in iommu_subsys_init()
748 if (iommu_def_domain_type == IOMMU_DOMAIN_DMA_FQ) in iommu_set_dma_strict()
946 case IOMMU_DOMAIN_DMA_FQ: in iommu_group_show_type()
3075 req_type = IOMMU_DOMAIN_DMA_FQ; in iommu_group_store_type()
3083 if (req_type == IOMMU_DOMAIN_DMA_FQ && in iommu_group_store_type()
3089 group->default_domain->type = IOMMU_DOMAIN_DMA_FQ; in iommu_group_store_type()
H A Ddma-iommu.c703 if (domain->type == IOMMU_DOMAIN_DMA_FQ && in iommu_dma_init_domain()
/linux-6.15/include/linux/
H A Diommu.h215 #define IOMMU_DOMAIN_DMA_FQ (__IOMMU_DOMAIN_PAGING | \ macro
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c4194 domain->type == IOMMU_DOMAIN_DMA_FQ)) in amdgpu_device_check_iommu_remap()