From f096de4a8cbecffe7d41697a93fdc4ac27e593bc Mon Sep 17 00:00:00 2001 From: Jason Gunthorpe Date: Thu, 8 Feb 2024 14:25:34 -0400 Subject: sys/linux: add IOMMU_HWPT_SET_DIRTY_TRACKING --- sys/linux/dev_iommu.txt.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/dev_iommu.txt.const') diff --git a/sys/linux/dev_iommu.txt.const b/sys/linux/dev_iommu.txt.const index 4c8160510..259d06db8 100644 --- a/sys/linux/dev_iommu.txt.const +++ b/sys/linux/dev_iommu.txt.const @@ -8,6 +8,8 @@ IOMMU_HWPT_ALLOC_DIRTY_TRACKING = 2 IOMMU_HWPT_ALLOC_NEST_PARENT = 1 IOMMU_HWPT_DATA_NONE = 0 IOMMU_HWPT_DATA_SELFTEST = 57005 +IOMMU_HWPT_DIRTY_TRACKING_ENABLE = 1 +IOMMU_HWPT_SET_DIRTY_TRACKING = 15243, mips64le:ppc64le:536886155 IOMMU_IOAS_ALLOC = 15233, mips64le:ppc64le:536886145 IOMMU_IOAS_ALLOW_IOVAS = 15234, mips64le:ppc64le:536886146 IOMMU_IOAS_COPY = 15235, mips64le:ppc64le:536886147 -- cgit mrf-deployment