From 12bacce2ffdd2dc4ef1b7358670cb662c6ef74c5 Mon Sep 17 00:00:00 2001 From: Tariq Kurd Date: Tue, 14 Jan 2025 17:10:36 +0100 Subject: [PATCH] Update src/cheri-pte-ext.adoc Co-authored-by: Jessica Clarke Signed-off-by: Tariq Kurd --- src/cheri-pte-ext.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cheri-pte-ext.adoc b/src/cheri-pte-ext.adoc index e688d435..43b66d2d 100644 --- a/src/cheri-pte-ext.adoc +++ b/src/cheri-pte-ext.adoc @@ -22,7 +22,7 @@ NOTE: The description below assumes that {cheri_pte_ext_name} has been implement If that is _not_ the case then PTE.CRG and <>.UCRG should be taken as read-only-zero for purpose of the description in the remainder of this chapter only. PTE.CRG and <>.UCRG remain reserved in this case. -The minimum level of PTE support is to set CW to 1 in all PTEs intended for storing capabilities (i.e. anonymous mappings) and leave <>.UCRG and CRG in all PTEs set to 0, which will allow capabilities with their tags set to be loaded and stored successfully. +The minimum level of PTE support is to set CW to 1 in all PTEs intended for storing capabilities (i.e. private anonymous mappings) and leave <>.UCRG and CRG in all PTEs set to 0, which will allow capabilities with their tags set to be loaded and stored successfully. [#limit_cap_prop]