Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Diommu.c197 case IOMMU_DOMAIN_DMA_FQ: in iommu_domain_type_str()
223 iommu_def_domain_type = IOMMU_DOMAIN_DMA_FQ; in iommu_subsys_init()
800 if (iommu_def_domain_type == IOMMU_DOMAIN_DMA_FQ) in iommu_set_dma_strict()
998 case IOMMU_DOMAIN_DMA_FQ: in iommu_group_show_type()
3203 req_type = IOMMU_DOMAIN_DMA_FQ; in iommu_group_store_type()
3211 if (req_type == IOMMU_DOMAIN_DMA_FQ && in iommu_group_store_type()
3217 group->default_domain->type = IOMMU_DOMAIN_DMA_FQ; in iommu_group_store_type()
H A Ddma-iommu.c708 if (domain->type == IOMMU_DOMAIN_DMA_FQ && in iommu_dma_init_domain()
/linux/include/linux/
H A Diommu.h216 #define IOMMU_DOMAIN_DMA_FQ (__IOMMU_DOMAIN_PAGING | \ macro
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c4305 domain->type == IOMMU_DOMAIN_DMA_FQ)) in amdgpu_device_check_iommu_remap()