Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/usnic/
Dusnic_uiom.c136 flags = IOMMU_READ | IOMMU_CACHE; in usnic_uiom_get_pages()
257 int flags = IOMMU_READ | IOMMU_CACHE; in usnic_uiom_map_sorted_intervals()
/Linux-v5.10/drivers/iommu/
Dio-pgtable-arm.c407 else if (prot & IOMMU_CACHE) in arm_lpae_prot_to_pte()
415 else if (prot & IOMMU_CACHE) in arm_lpae_prot_to_pte()
420 if (prot & IOMMU_CACHE) in arm_lpae_prot_to_pte()
1150 IOMMU_CACHE, GFP_KERNEL)) in arm_lpae_run_tests()
Dio-pgtable-arm-v7s.c335 else if (prot & IOMMU_CACHE) in arm_v7s_prot_to_pte()
357 prot |= IOMMU_CACHE; in arm_v7s_pte_to_prot()
925 IOMMU_CACHE, GFP_KERNEL)) in arm_v7s_do_selftests()
Ddma-iommu.c385 int prot = coherent ? IOMMU_CACHE : 0; in dma_info_to_prot()
626 if (!(ioprot & IOMMU_CACHE)) { in iommu_dma_alloc_remap()
/Linux-v5.10/include/linux/
Diommu.h21 #define IOMMU_CACHE (1 << 2) /* DMA cache coherency */ macro
/Linux-v5.10/drivers/vhost/
Dvdpa.c554 return flags | IOMMU_CACHE; in perm_to_iommu_flags()
/Linux-v5.10/drivers/vfio/
Dvfio_iommu_type1.c2141 domain->prot |= IOMMU_CACHE; in vfio_iommu_type1_attach_group()
2503 if (!(domain->prot & IOMMU_CACHE)) { in vfio_domains_have_iommu_cache()
/Linux-v5.10/drivers/iommu/intel/
Diommu.c5582 if ((iommu_prot & IOMMU_CACHE) && dmar_domain->iommu_snooping) in intel_iommu_map()