Symbol: IOMMU_CACHE
drivers/acpi/arm64/iort.c
1041
prot |= IOMMU_CACHE;
drivers/gpu/drm/msm/msm_gem.c
468
prot |= IOMMU_CACHE;
drivers/gpu/drm/panfrost/panfrost_mmu.c
468
int prot = IOMMU_READ | IOMMU_WRITE | IOMMU_CACHE;
drivers/gpu/drm/panfrost/panfrost_mmu.c
690
IOMMU_WRITE | IOMMU_READ | IOMMU_CACHE | IOMMU_NOEXEC, sgt);
drivers/gpu/drm/panthor/panthor_mmu.c
1004
prot |= IOMMU_CACHE;
drivers/infiniband/hw/usnic/usnic_uiom.c
251
int flags = IOMMU_READ | IOMMU_CACHE;
drivers/iommu/dma-iommu.c
732
prot = coherent ? IOMMU_CACHE : 0;
drivers/iommu/dma-iommu.c
977
if (!(ioprot & IOMMU_CACHE)) {
drivers/iommu/generic_pt/kunit_generic_pt.h
552
for (prot = 0; prot <= (IOMMU_READ | IOMMU_WRITE | IOMMU_CACHE |
drivers/iommu/io-pgtable-arm-selftests.c
140
IOMMU_NOEXEC | IOMMU_CACHE,
drivers/iommu/io-pgtable-arm-selftests.c
93
IOMMU_NOEXEC | IOMMU_CACHE,
drivers/iommu/io-pgtable-arm-v7s.c
355
else if (prot & IOMMU_CACHE)
drivers/iommu/io-pgtable-arm-v7s.c
857
IOMMU_NOEXEC | IOMMU_CACHE,
drivers/iommu/io-pgtable-arm.c
509
} else if (prot & IOMMU_CACHE) {
drivers/iommu/io-pgtable-arm.c
521
else if (prot & IOMMU_CACHE)
drivers/iommu/io-pgtable-arm.c
532
if (prot & IOMMU_CACHE && data->iop.fmt != ARM_MALI_LPAE)
drivers/iommu/io-pgtable-dart.c
219
if (!(prot & IOMMU_CACHE))
drivers/iommu/iommufd/ioas.c
195
int iommu_prot = IOMMU_CACHE;
drivers/iommu/iommufd/pages.c
521
iommu_prot &= ~IOMMU_CACHE;
drivers/iommu/iommufd/vfio_compat.c
165
int iommu_prot = IOMMU_CACHE;
drivers/iommu/of_iommu.c
254
prot |= IOMMU_CACHE;
drivers/vfio/vfio_iommu_type1.c
1562
npage << PAGE_SHIFT, prot | IOMMU_CACHE,
drivers/vfio/vfio_iommu_type1.c
1879
dma->prot | IOMMU_CACHE,
drivers/vhost/vdpa.c
989
return flags | IOMMU_CACHE;
sound/usb/qcom/qc_audio_offload.c
546
prot |= IOMMU_CACHE;
sound/usb/qcom/qc_audio_offload.c
609
prot |= IOMMU_CACHE;