Searched refs:IOMMU_CACHE (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/iommu/
H A Dof_iommu.c252 prot |= IOMMU_CACHE;
H A Dio-pgtable-arm.c446 else if (prot & IOMMU_CACHE)
454 else if (prot & IOMMU_CACHE)
465 if (prot & IOMMU_CACHE && data->iop.fmt != ARM_MALI_LPAE)
1222 IOMMU_NOEXEC | IOMMU_CACHE,
H A Dio-pgtable-arm-v7s.c356 else if (prot & IOMMU_CACHE)
378 prot |= IOMMU_CACHE;
975 IOMMU_NOEXEC | IOMMU_CACHE,
H A Dio-pgtable-dart.c229 if (!(prot & IOMMU_CACHE))
H A Ddma-iommu.c746 int prot = coherent ? IOMMU_CACHE : 0;
992 if (!(ioprot & IOMMU_CACHE)) {
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_uiom.c252 int flags = IOMMU_READ | IOMMU_CACHE;
/linux-master/drivers/iommu/iommufd/
H A Dvfio_compat.c165 int iommu_prot = IOMMU_CACHE;
H A Dioas.c188 * operation. Support for IOMMU_CACHE is enforced by the
191 int iommu_prot = IOMMU_CACHE;
/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c1426 npage << PAGE_SHIFT, prot | IOMMU_CACHE,
1741 dma->prot | IOMMU_CACHE,
1837 IOMMU_READ | IOMMU_WRITE | IOMMU_CACHE,
/linux-master/include/linux/
H A Diommu.h20 #define IOMMU_CACHE (1 << 2) /* DMA cache coherency */ macro
238 IOMMU_CAP_CACHE_COHERENCY, /* IOMMU_CACHE is supported */
623 * @enforce_cache_coherency: Prevent any kind of DMA from bypassing IOMMU_CACHE,
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gem.c488 prot |= IOMMU_CACHE;
/linux-master/drivers/acpi/arm64/
H A Diort.c920 prot |= IOMMU_CACHE;
/linux-master/drivers/vhost/
H A Dvdpa.c980 return flags | IOMMU_CACHE;

Completed in 139 milliseconds