iommu: Add DOMAIN_ATTR_PAGE_TABLE_FORCE_COHERENT
Add a domain attribute to allow a client to force the page table of a context bank to be coherent. Change-Id: I5c179e0a5b76ab1ab47ecc271f463df77470db0f Signed-off-by: Liam Mark <lmark@codeaurora.org>
This commit is contained in:
parent
15a4075354
commit
f7c9d7aa6a
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ enum iommu_attr {
|
|||
DOMAIN_ATTR_PGTBL_INFO,
|
||||
DOMAIN_ATTR_EARLY_MAP,
|
||||
DOMAIN_ATTR_PAGE_TABLE_IS_COHERENT,
|
||||
DOMAIN_ATTR_PAGE_TABLE_FORCE_COHERENT,
|
||||
DOMAIN_ATTR_MAX,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue