Searched refs:iommu_prot (Results 1 – 2 of 2) sorted by relevance
2514 phys_addr_t paddr, int gfp_order, int iommu_prot) in amd_iommu_map() argument2521 if (iommu_prot & IOMMU_READ) in amd_iommu_map()2523 if (iommu_prot & IOMMU_WRITE) in amd_iommu_map()
3662 int gfp_order, int iommu_prot) in intel_iommu_map() argument3670 if (iommu_prot & IOMMU_READ) in intel_iommu_map()3672 if (iommu_prot & IOMMU_WRITE) in intel_iommu_map()3674 if ((iommu_prot & IOMMU_CACHE) && dmar_domain->iommu_snooping) in intel_iommu_map()