]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/dma_remapping.h
Merge remote-tracking branch 'audit/next'
[karo-tx-linux.git] / include / linux / dma_remapping.h
index 7ac17f57250e48feb5024cb27fe5389972186001..187c102997226d4107f2dd703413c105e980e39f 100644 (file)
 #define CONTEXT_TT_MULTI_LEVEL 0
 #define CONTEXT_TT_DEV_IOTLB   1
 #define CONTEXT_TT_PASS_THROUGH 2
+/* Extended context entry types */
+#define CONTEXT_TT_PT_PASID    4
+#define CONTEXT_TT_PT_PASID_DEV_IOTLB 5
+#define CONTEXT_TT_MASK (7ULL << 2)
+
+#define CONTEXT_DINVE          (1ULL << 8)
+#define CONTEXT_PRS            (1ULL << 9)
+#define CONTEXT_PASIDE         (1ULL << 11)
 
 struct intel_iommu;
 struct dmar_domain;