Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Dio-pgtable-arm.c440 else if (prot & IOMMU_CACHE) in arm_lpae_prot_to_pte()
448 else if (prot & IOMMU_CACHE) in arm_lpae_prot_to_pte()
459 if (prot & IOMMU_CACHE && data->iop.fmt != ARM_MALI_LPAE) in arm_lpae_prot_to_pte()
1210 IOMMU_NOEXEC | IOMMU_CACHE, in arm_lpae_run_tests()
H A Dof_iommu.c264 prot |= IOMMU_CACHE; in of_iommu_get_resv_regions()
H A Dio-pgtable-arm-v7s.c356 else if (prot & IOMMU_CACHE) in arm_v7s_prot_to_pte()
378 prot |= IOMMU_CACHE; in arm_v7s_pte_to_prot()
974 IOMMU_NOEXEC | IOMMU_CACHE, in arm_v7s_do_selftests()
H A Dio-pgtable-dart.c229 if (!(prot & IOMMU_CACHE)) in dart_prot_to_pte()
H A Ddma-iommu.c642 int prot = coherent ? IOMMU_CACHE : 0; in dma_info_to_prot()
883 if (!(ioprot & IOMMU_CACHE)) { in __iommu_dma_alloc_noncontiguous()
/openbmc/linux/drivers/iommu/iommufd/
H A Dioas.c191 int iommu_prot = IOMMU_CACHE; in conv_iommu_prot()
H A Dvfio_compat.c165 int iommu_prot = IOMMU_CACHE; in iommufd_vfio_map_dma()
/openbmc/linux/drivers/infiniband/hw/usnic/
H A Dusnic_uiom.c252 int flags = IOMMU_READ | IOMMU_CACHE; in usnic_uiom_map_sorted_intervals()
/openbmc/linux/include/linux/
H A Diommu.h20 #define IOMMU_CACHE (1 << 2) /* DMA cache coherency */ macro
/openbmc/linux/drivers/vfio/
H A Dvfio_iommu_type1.c1438 npage << PAGE_SHIFT, prot | IOMMU_CACHE, in vfio_iommu_map()
1753 dma->prot | IOMMU_CACHE, GFP_KERNEL); in vfio_iommu_replay()
1848 IOMMU_READ | IOMMU_WRITE | IOMMU_CACHE, GFP_KERNEL); in vfio_test_domain_fgsp()
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gem.c488 prot |= IOMMU_CACHE; in msm_gem_pin_vma_locked()
/openbmc/linux/drivers/acpi/arm64/
H A Diort.c920 prot |= IOMMU_CACHE; in iort_get_rmrs()
/openbmc/linux/drivers/vhost/
H A Dvdpa.c886 return flags | IOMMU_CACHE; in perm_to_iommu_flags()