diff options
| author | Sheng Yang <sheng@linux.intel.com> | 2009-03-18 03:33:07 -0400 |
|---|---|---|
| committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-03-24 05:42:54 -0400 |
| commit | 9cf0669746be19a4906a6c48920060bcf54c708b (patch) | |
| tree | df324dd805268695b99e2237c6913d2f938b94b1 /include/linux | |
| parent | dbb9fd8630e95b6155aff658a2b5f80e95ca2bc6 (diff) | |
intel-iommu: VT-d page table to support snooping control bit
The user can request to enable snooping control through VT-d page table.
Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/dma_remapping.h | 1 | ||||
| -rw-r--r-- | include/linux/iommu.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/dma_remapping.h b/include/linux/dma_remapping.h index af1dab41674b..1a455f1f86d7 100644 --- a/include/linux/dma_remapping.h +++ b/include/linux/dma_remapping.h | |||
| @@ -11,6 +11,7 @@ | |||
| 11 | 11 | ||
| 12 | #define DMA_PTE_READ (1) | 12 | #define DMA_PTE_READ (1) |
| 13 | #define DMA_PTE_WRITE (2) | 13 | #define DMA_PTE_WRITE (2) |
| 14 | #define DMA_PTE_SNP (1 << 11) | ||
| 14 | 15 | ||
| 15 | struct intel_iommu; | 16 | struct intel_iommu; |
| 16 | struct dmar_domain; | 17 | struct dmar_domain; |
diff --git a/include/linux/iommu.h b/include/linux/iommu.h index 0cf3a4e43f23..3af4ffd591b9 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h | |||
| @@ -21,6 +21,7 @@ | |||
| 21 | 21 | ||
| 22 | #define IOMMU_READ (1) | 22 | #define IOMMU_READ (1) |
| 23 | #define IOMMU_WRITE (2) | 23 | #define IOMMU_WRITE (2) |
| 24 | #define IOMMU_CACHE (4) /* DMA cache coherency */ | ||
| 24 | 25 | ||
| 25 | struct device; | 26 | struct device; |
| 26 | 27 | ||
