Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iommu/
Dio-pgtable-arm.c479 phys_addr_t paddr, size_t size, int iommu_prot) in arm_lpae_map() argument
487 if (!(iommu_prot & (IOMMU_READ | IOMMU_WRITE))) in arm_lpae_map()
494 prot = arm_lpae_prot_to_pte(data, iommu_prot); in arm_lpae_map()
Dintel-iommu.c5443 size_t size, int iommu_prot) in intel_iommu_map() argument
5453 if (iommu_prot & IOMMU_READ) in intel_iommu_map()
5455 if (iommu_prot & IOMMU_WRITE) in intel_iommu_map()
5457 if ((iommu_prot & IOMMU_CACHE) && dmar_domain->iommu_snooping) in intel_iommu_map()
Damd_iommu.c3112 phys_addr_t paddr, size_t page_size, int iommu_prot) in amd_iommu_map() argument
3121 if (iommu_prot & IOMMU_READ) in amd_iommu_map()
3123 if (iommu_prot & IOMMU_WRITE) in amd_iommu_map()