Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Dio-pgtable-arm-v7s.c291 else if (prot & IOMMU_CACHE) in arm_v7s_prot_to_pte()
316 prot |= IOMMU_CACHE; in arm_v7s_pte_to_prot()
871 IOMMU_CACHE)) in arm_v7s_do_selftests()
Dio-pgtable-arm.c443 else if (prot & IOMMU_CACHE) in arm_lpae_prot_to_pte()
454 else if (prot & IOMMU_CACHE) in arm_lpae_prot_to_pte()
1101 IOMMU_CACHE)) in arm_lpae_run_tests()
Ddma-iommu.c330 int prot = coherent ? IOMMU_CACHE : 0; in dma_info_to_prot()
554 if (!(prot & IOMMU_CACHE)) { in iommu_dma_alloc()
Dintel-iommu.c5079 if ((iommu_prot & IOMMU_CACHE) && dmar_domain->iommu_snooping) in intel_iommu_map()
/Linux-v4.19/drivers/infiniband/hw/usnic/
Dusnic_uiom.c149 flags = IOMMU_READ | IOMMU_CACHE; in usnic_uiom_get_pages()
269 int flags = IOMMU_READ | IOMMU_CACHE; in usnic_uiom_map_sorted_intervals()
/Linux-v4.19/include/linux/
Diommu.h31 #define IOMMU_CACHE (1 << 2) /* DMA cache coherency */ macro
/Linux-v4.19/drivers/vfio/
Dvfio_iommu_type1.c1425 domain->prot |= IOMMU_CACHE; in vfio_iommu_type1_attach_group()
1666 if (!(domain->prot & IOMMU_CACHE)) { in vfio_domains_have_iommu_cache()