From 915d0cf312f9b70228e754ec9b41baca05e30857 Mon Sep 17 00:00:00 2001 From: Ravi Sahita Date: Sun, 27 Oct 2024 22:56:54 -0700 Subject: [PATCH] added ref to normative MTT section from non-normative overview Signed-off-by: Ravi Sahita --- intro.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/intro.adoc b/intro.adoc index d92abd8..6762b4f 100644 --- a/intro.adoc +++ b/intro.adoc @@ -107,9 +107,10 @@ supervisor domain may be static (e.g. device assignment to a VM) or dynamic (e.g. scheduling a VM virtual cpu within a domain). The MTT for the supervisor domain active on the hart is programmed on the hart along with the supervisor domain identifier. The MTT does not perform any address translation; it simply -provides access permissions for the physically addressed region/page (post any -S-mode and/or G-stage address translation) to enforce the isolation properties -per the use case requirements (see <>). +provides access permissions for the physically addressed regions/pages +to enforce the isolation properties per the use case requirements (see +<> for a high-level illustration and section <> for +normative details). [caption="Figure {counter:image}: ", reftext="Figure {image}"] [title= "MTT lookup for Supervisor Domain Access", id=mtt-lookup]