Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/
Dof_iommu.c247 prot |= IOMMU_CACHE; in of_iommu_get_resv_regions()
Dio-pgtable-arm.c463 else if (prot & IOMMU_CACHE) in arm_lpae_prot_to_pte()
471 else if (prot & IOMMU_CACHE) in arm_lpae_prot_to_pte()
482 if (prot & IOMMU_CACHE && data->iop.fmt != ARM_MALI_LPAE) in arm_lpae_prot_to_pte()
1334 IOMMU_NOEXEC | IOMMU_CACHE, 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()
974 IOMMU_NOEXEC | IOMMU_CACHE, in arm_v7s_do_selftests()
Dio-pgtable-dart.c224 if (!(prot & IOMMU_CACHE)) in dart_prot_to_pte()
Ddma-iommu.c745 int prot = coherent ? IOMMU_CACHE : 0; in dma_info_to_prot()
990 if (!(ioprot & IOMMU_CACHE)) { in __iommu_dma_alloc_noncontiguous()
/linux-6.12.1/drivers/iommu/iommufd/
Dioas.c191 int iommu_prot = IOMMU_CACHE; in conv_iommu_prot()
Dvfio_compat.c165 int iommu_prot = IOMMU_CACHE; in iommufd_vfio_map_dma()
/linux-6.12.1/drivers/infiniband/hw/usnic/
Dusnic_uiom.c252 int flags = IOMMU_READ | IOMMU_CACHE; in usnic_uiom_map_sorted_intervals()
/linux-6.12.1/drivers/vfio/
Dvfio_iommu_type1.c1422 npage << PAGE_SHIFT, prot | IOMMU_CACHE, in vfio_iommu_map()
1737 dma->prot | IOMMU_CACHE, in vfio_iommu_replay()
1833 IOMMU_READ | IOMMU_WRITE | IOMMU_CACHE, in vfio_test_domain_fgsp()
/linux-6.12.1/include/linux/
Diommu.h20 #define IOMMU_CACHE (1 << 2) /* DMA cache coherency */ macro
/linux-6.12.1/drivers/gpu/drm/msm/
Dmsm_gem.c523 prot |= IOMMU_CACHE; in msm_gem_pin_vma_locked()
/linux-6.12.1/drivers/acpi/arm64/
Diort.c920 prot |= IOMMU_CACHE; in iort_get_rmrs()
/linux-6.12.1/drivers/vhost/
Dvdpa.c989 return flags | IOMMU_CACHE; in perm_to_iommu_flags()
/linux-6.12.1/drivers/gpu/drm/panthor/
Dpanthor_mmu.c1008 prot |= IOMMU_CACHE; in flags_to_prot()