generated from riscv/docs-spec-template
-
Notifications
You must be signed in to change notification settings - Fork 35
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
add note about choosing when to check the tag on a load #381
Merged
Conversation
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
andresag01
reviewed
Sep 26, 2024
andresag01
reviewed
Sep 26, 2024
Basically the choice is implementation defined, and can vary dynamically
according to that micro architecture
…On Thu, 26 Sept 2024, 13:08 Andres Amaya Garcia, ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In src/cheri-pte-ext.adoc
<#381 (comment)>:
> | 1 | X | Normal operation
|===
-^1^ The choice here follows the pattern of whether to implement the _Svade_ extension
+^1^ The choice here is whether to take a data dependent exceptions on loads or atomic operations.
+ If the exception is taken then the software will sweep the page and update the generation
+ (CRG). If the exception is taken without checking the tag, then the sweep will happen sooner.
+ The choice on whether to check the tag or not can be static or dynamic. It is also permitted to
Do you mean that the data-dependent check can be turned on/off at
run-time, for example, by writing a CSR?
—
Reply to this email directly, view it on GitHub
<#381 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOCTJADMKRL5TYHTCI53WMTZYPTL3AVCNFSM6AAAAABO4WVJ7SVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDGMZQHA3TSNZXGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
andresag01
approved these changes
Sep 26, 2024
arichardson
approved these changes
Sep 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested a slighly more explicit wording. Feel free to use this or ignore.
Co-authored-by: Alexander Richardson <[email protected]> Signed-off-by: Tariq Kurd <[email protected]>
tariqkurd-repo
added a commit
to tariqkurd-repo/riscv-cheri
that referenced
this pull request
Oct 9, 2024
Signed-off-by: Tariq Kurd <[email protected]> Co-authored-by: Alexander Richardson <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.