We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4e52c commit 9b2bc6bCopy full SHA for 9b2bc6b
include/linux/iommu.h
@@ -317,6 +317,9 @@ enum iommu_dev_features {
317
#define IOMMU_PASID_INVALID (-1U)
318
typedef unsigned int ioasid_t;
319
320
+/* Read but do not clear any dirty bits */
321
+#define IOMMU_DIRTY_NO_CLEAR (1 << 0)
322
+
323
#ifdef CONFIG_IOMMU_API
324
325
/**
@@ -353,9 +356,6 @@ struct iommu_dirty_bitmap {
353
356
struct iommu_iotlb_gather *gather;
354
357
};
355
358
-/* Read but do not clear any dirty bits */
-#define IOMMU_DIRTY_NO_CLEAR (1 << 0)
-
359
360
* struct iommu_dirty_ops - domain specific dirty tracking operations
361
* @set_dirty_tracking: Enable or Disable dirty tracking on the iommu domain
0 commit comments