Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Damd_iommu.c2514 phys_addr_t paddr, int gfp_order, int iommu_prot) in amd_iommu_map() argument
2521 if (iommu_prot & IOMMU_READ) in amd_iommu_map()
2523 if (iommu_prot & IOMMU_WRITE) in amd_iommu_map()
/linux-2.6.39/drivers/pci/
Dintel-iommu.c3662 int gfp_order, int iommu_prot) in intel_iommu_map() argument
3670 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()