Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split CRG functionality for U and S-modes #491

Merged
merged 13 commits into from
Jan 15, 2025
3 changes: 1 addition & 2 deletions src/cheri-pte-ext.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ When V=1 <<vsstatusreg_pte,vsstatus>>.UCRG is in effect.

<<mstatusreg_pte,mstatus>>.UCRG also exists. Reading or writing it is equivalent to reading or writing <<sstatusreg_pte,sstatus>>.UCRG.

NOTE: There is no current software use for <<mstatusreg_pte,mstatus>>.UCRG.
It is _only_ included not to break the rule that <<sstatusreg_pte,sstatus>> is required to be a subset of <<mstatusreg_pte,mstatus>>.
NOTE: <<sstatusreg_pte,sstatus>> is required to be a subset of <<mstatusreg_pte,mstatus>>, therefore UCRG is included in both.
tariqkurd-repo marked this conversation as resolved.
Show resolved Hide resolved


[#mstatusreg_pte]
Expand Down
Loading