Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Dio-pgtable-arm-selftests.c93 IOMMU_NOEXEC | IOMMU_CACHE, in arm_lpae_run_tests()
140 IOMMU_NOEXEC | IOMMU_CACHE, in arm_lpae_run_tests()
H A Dio-pgtable-arm-v7s.c355 else if (prot & IOMMU_CACHE) in arm_v7s_prot_to_pte()
863 IOMMU_NOEXEC | IOMMU_CACHE, in arm_v7s_do_selftests()
H A Dio-pgtable-dart.c219 if (!(prot & IOMMU_CACHE)) in dart_prot_to_pte()
H A Ddma-iommu.c743 prot = coherent ? IOMMU_CACHE : 0; in dma_info_to_prot()
988 if (!(ioprot & IOMMU_CACHE)) { in __iommu_dma_alloc_noncontiguous()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_mmu.c468 int prot = IOMMU_READ | IOMMU_WRITE | IOMMU_CACHE; in panfrost_mmu_map()
690 IOMMU_WRITE | IOMMU_READ | IOMMU_CACHE | IOMMU_NOEXEC, sgt); in panfrost_mmu_map_fault_addr()
/linux/sound/usb/qcom/
H A Dqc_audio_offload.c546 prot |= IOMMU_CACHE; in uaudio_iommu_map_prot()
624 prot |= IOMMU_CACHE; in uaudio_iommu_map_xfer_buf()
/linux/include/linux/
H A Diommu.h21 #define IOMMU_CACHE (1 << 2) /* DMA cache coherency */ macro
/linux/drivers/vhost/
H A Dvdpa.c1039 return flags | IOMMU_CACHE; in vhost_vdpa_unmap()
/linux/drivers/iommu/iommufd/
H A Dpages.c521 iommu_prot &= ~IOMMU_CACHE; in batch_to_domain()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c1085 prot |= IOMMU_CACHE; in flags_to_prot()