Home
last modified time | relevance | path

Searched refs:iommu_prot (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/iommu/generic_pt/fmt/
H A Dvtdss.h217 unsigned int iommu_prot) in vtdss_pt_iommu_set_prot() argument
225 if (!(iommu_prot & (IOMMU_READ | IOMMU_WRITE))) in vtdss_pt_iommu_set_prot()
228 if (iommu_prot & IOMMU_READ) in vtdss_pt_iommu_set_prot()
230 if (iommu_prot & IOMMU_WRITE) in vtdss_pt_iommu_set_prot()
236 !(iommu_prot & IOMMU_WRITE)) { in vtdss_pt_iommu_set_prot()
/linux/drivers/iommu/
H A Dio-pgtable-dart.c228 int iommu_prot, gfp_t gfp, size_t *mapped) in dart_map_pages() argument
244 if (!(iommu_prot & (IOMMU_READ | IOMMU_WRITE))) in dart_map_pages()
275 prot = dart_prot_to_pte(data, iommu_prot); in dart_map_pages()
/linux/drivers/iommu/iommufd/
H A Dpages.c512 int iommu_prot = area->iommu_prot; in batch_to_domain() local
521 iommu_prot &= ~IOMMU_CACHE; in batch_to_domain()
522 iommu_prot |= IOMMU_MMIO; in batch_to_domain()
538 next_iova - iova, iommu_prot); in batch_to_domain()
542 next_iova - iova, iommu_prot, in batch_to_domain()
H A Ddevice.c1462 return area->iommu_prot & IOMMU_WRITE; in check_area_prot()
1463 return area->iommu_prot & IOMMU_READ; in check_area_prot()