Searched refs:iommu_prot (Results 1 – 4 of 4) sorted by relevance
217 unsigned int iommu_prot) in vtdss_pt_iommu_set_prot() argument225 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()
228 int iommu_prot, gfp_t gfp, size_t *mapped) in dart_map_pages() argument244 if (!(iommu_prot & (IOMMU_READ | IOMMU_WRITE))) in dart_map_pages()275 prot = dart_prot_to_pte(data, iommu_prot); in dart_map_pages()
512 int iommu_prot = area->iommu_prot; in batch_to_domain() local521 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()
1462 return area->iommu_prot & IOMMU_WRITE; in check_area_prot()1463 return area->iommu_prot & IOMMU_READ; in check_area_prot()