Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Dio-pgtable-arm.c467 phys_addr_t paddr, size_t size, int iommu_prot) in arm_lpae_map() argument
475 if (!(iommu_prot & (IOMMU_READ | IOMMU_WRITE))) in arm_lpae_map()
482 prot = arm_lpae_prot_to_pte(data, iommu_prot); in arm_lpae_map()
Dintel-iommu.c5068 size_t size, int iommu_prot) in intel_iommu_map() argument
5075 if (iommu_prot & IOMMU_READ) in intel_iommu_map()
5077 if (iommu_prot & IOMMU_WRITE) in intel_iommu_map()
5079 if ((iommu_prot & IOMMU_CACHE) && dmar_domain->iommu_snooping) in intel_iommu_map()
Damd_iommu.c3019 phys_addr_t paddr, size_t page_size, int iommu_prot) in amd_iommu_map() argument
3028 if (iommu_prot & IOMMU_READ) in amd_iommu_map()
3030 if (iommu_prot & IOMMU_WRITE) in amd_iommu_map()