Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Ddma-iommu.c140 int prot = coherent ? IOMMU_CACHE : 0; in dma_direction_to_prot()
307 if (!(prot & IOMMU_CACHE)) { in iommu_dma_alloc()
Dio-pgtable-arm.c358 if (prot & IOMMU_CACHE) in arm_lpae_prot_to_pte()
367 if (prot & IOMMU_CACHE) in arm_lpae_prot_to_pte()
976 IOMMU_CACHE)) in arm_lpae_run_tests()
Dintel-iommu.c4867 if ((iommu_prot & IOMMU_CACHE) && dmar_domain->iommu_snooping) in intel_iommu_map()
/linux-4.4.14/drivers/infiniband/hw/usnic/
Dusnic_uiom.c141 flags = IOMMU_READ | IOMMU_CACHE; in usnic_uiom_get_pages()
259 int flags = IOMMU_READ | IOMMU_CACHE; in usnic_uiom_map_sorted_intervals()
/linux-4.4.14/arch/x86/kvm/
Diommu.c92 flags |= IOMMU_CACHE; in kvm_iommu_map_pages()
/linux-4.4.14/include/linux/
Diommu.h31 #define IOMMU_CACHE (1 << 2) /* DMA cache coherency */ macro
/linux-4.4.14/drivers/vfio/
Dvfio_iommu_type1.c803 domain->prot |= IOMMU_CACHE; in vfio_iommu_type1_attach_group()
958 if (!(domain->prot & IOMMU_CACHE)) { in vfio_domains_have_iommu_cache()