Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb637579 authored by Patrick Daly's avatar Patrick Daly
Browse files

iommu: Introduce DOMAIN_ATTR_S1_BYPASS



Certain configurations may require nested translation, but may
want to avoid software performance limitation on map/unmap
operations.

Change-Id: I69bed6cc9d801709849ebc91b76d2a9d6649865a
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent a60b3360
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -101,6 +101,7 @@ enum iommu_attr {
	DOMAIN_ATTR_PROCID,
	DOMAIN_ATTR_DYNAMIC,
	DOMAIN_ATTR_NON_FATAL_FAULTS,
	DOMAIN_ATTR_S1_BYPASS,
	DOMAIN_ATTR_MAX,
};