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.c219 case IOMMU_DOMAIN_DMA_FQ: in iommu_domain_type_str()
245 iommu_def_domain_type = IOMMU_DOMAIN_DMA_FQ; in iommu_subsys_init()
822 if (iommu_def_domain_type == IOMMU_DOMAIN_DMA_FQ) in iommu_set_dma_strict()
1020 case IOMMU_DOMAIN_DMA_FQ: in iommu_group_show_type()
3271 req_type = IOMMU_DOMAIN_DMA_FQ; in iommu_group_store_type()
3279 if (req_type == IOMMU_DOMAIN_DMA_FQ && in iommu_group_store_type()
3285 group->default_domain->type = IOMMU_DOMAIN_DMA_FQ; in iommu_group_store_type()
H A Ddma-iommu.c718 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.c3597 domain->type == IOMMU_DOMAIN_DMA_FQ)) in amdgpu_device_check_iommu_remap()