generated from riscv/docs-spec-template
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure GCPERM/ACPERM result is forwards-compatible with software (#501)
When new extensions add permissions that are subsets of current permissions (e.g. Zcherilevels refines loads/stores), then a system that does not support these permissions should still report ones in GCPERM to ensure that code that inspects permissions knows that the load/store behaves as if all of these permission bits were set. We reserve the low 24 bits as ones (to be used as refinements of the current permissions) and the upper 8 (40 for RV64) bits as zeros (to be used for new permissions that aren't subsets (e.g. seal/unseal/compartment ID). Partially addresses #502
- Loading branch information
1 parent
b33b949
commit 4430526
Showing
3 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters