iommu: add IOMMU_PRIV attribute
Add the IOMMU_PRIV attribute, which is used to indicate privileged mappings. Change-Id: If8576c09898bd7953475ab72e178d3288a763b0c Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
This commit is contained in:
parent
c3ca4f6f1f
commit
044e57d726
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
#define IOMMU_WRITE (1 << 1)
|
||||
#define IOMMU_CACHE (1 << 2) /* DMA cache coherency */
|
||||
#define IOMMU_EXEC (1 << 3)
|
||||
#define IOMMU_PRIV (1 << 4)
|
||||
|
||||
struct iommu_ops;
|
||||
struct iommu_group;
|
||||
|
|
Loading…
Add table
Reference in a new issue