Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/drivers/iommu/
Dio-pgtable-arm.c440 else if (prot & IOMMU_CACHE) in arm_lpae_prot_to_pte()
448 else if (prot & IOMMU_CACHE) in arm_lpae_prot_to_pte()
459 if (prot & IOMMU_CACHE && data->iop.fmt != ARM_MALI_LPAE) in arm_lpae_prot_to_pte()
1278 IOMMU_CACHE, GFP_KERNEL)) in arm_lpae_run_tests()
Dio-pgtable-arm-v7s.c339 else if (prot & IOMMU_CACHE) in arm_v7s_prot_to_pte()
361 prot |= IOMMU_CACHE; in arm_v7s_pte_to_prot()
949 IOMMU_CACHE, GFP_KERNEL)) in arm_v7s_do_selftests()
Ddma-iommu.c416 int prot = coherent ? IOMMU_CACHE : 0; in dma_info_to_prot()
709 if (!(ioprot & IOMMU_CACHE)) { in __iommu_dma_alloc_noncontiguous()
/Linux-v5.15/include/linux/
Diommu.h21 #define IOMMU_CACHE (1 << 2) /* DMA cache coherency */ macro
/Linux-v5.15/drivers/vhost/
Dvdpa.c582 return flags | IOMMU_CACHE; in perm_to_iommu_flags()
/Linux-v5.15/drivers/gpu/drm/msm/
Dmsm_gem.c421 prot |= IOMMU_CACHE; in msm_gem_pin_iova()
/Linux-v5.15/drivers/vfio/
Dvfio_iommu_type1.c2381 domain->prot |= IOMMU_CACHE; in vfio_iommu_type1_attach_group()
2731 if (!(domain->prot & IOMMU_CACHE)) { in vfio_domains_have_iommu_cache()
/Linux-v5.15/drivers/iommu/intel/
Diommu.c5026 if ((iommu_prot & IOMMU_CACHE) && dmar_domain->iommu_snooping) in intel_iommu_map()