Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iommu/
Dio-pgtable-arm.c428 else if (prot & IOMMU_CACHE) in arm_lpae_prot_to_pte()
436 else if (prot & IOMMU_CACHE) in arm_lpae_prot_to_pte()
447 if (prot & IOMMU_CACHE && data->iop.fmt != ARM_MALI_LPAE) in arm_lpae_prot_to_pte()
1215 IOMMU_CACHE, GFP_KERNEL)) in arm_lpae_run_tests()
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()
990 IOMMU_CACHE, GFP_KERNEL)) in arm_v7s_do_selftests()
Dio-pgtable-dart.c229 if (!(prot & IOMMU_CACHE)) in dart_prot_to_pte()
Ddma-iommu.c608 int prot = coherent ? IOMMU_CACHE : 0; in dma_info_to_prot()
831 if (!(ioprot & IOMMU_CACHE)) { in __iommu_dma_alloc_noncontiguous()
/Linux-v6.1/drivers/infiniband/hw/usnic/
Dusnic_uiom.c253 int flags = IOMMU_READ | IOMMU_CACHE; in usnic_uiom_map_sorted_intervals()
/Linux-v6.1/include/linux/
Diommu.h21 #define IOMMU_CACHE (1 << 2) /* DMA cache coherency */ macro
/Linux-v6.1/drivers/vfio/
Dvfio_iommu_type1.c1483 npage << PAGE_SHIFT, prot | IOMMU_CACHE); in vfio_iommu_map()
1781 size, dma->prot | IOMMU_CACHE); in vfio_iommu_replay()
1869 IOMMU_READ | IOMMU_WRITE | IOMMU_CACHE); in vfio_test_domain_fgsp()
/Linux-v6.1/drivers/gpu/drm/msm/
Dmsm_gem.c429 prot |= IOMMU_CACHE; in msm_gem_pin_vma_locked()
/Linux-v6.1/drivers/vhost/
Dvdpa.c756 return flags | IOMMU_CACHE; in perm_to_iommu_flags()
/Linux-v6.1/drivers/acpi/arm64/
Diort.c911 prot |= IOMMU_CACHE; in iort_get_rmrs()