Skip to content

Commit

Permalink
Add sealing to exception causes (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqkurd-repo authored Jan 23, 2025
1 parent f4674d1 commit 10bd127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/riscv-integration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ Load/store/AMO address breakpoint
*Branch/jump target address checks (tag, execute permissions, invalid address and bounds)*

| .>|*{cheri_excep_mcause}* .<|*Prior to address translation for an explicit memory access:* +
*CHERI fault due to capability checks (tag, permissions, invalid address and bounds)*
*CHERI fault due to capability checks (tag, sealed, permissions, invalid address and bounds)*
| .>|4,6 .<|*Load/store/AMO capability address misaligned* +
Optionally: +
Load/store/AMO address misaligned
Expand Down
2 changes: 1 addition & 1 deletion src/trigger-integration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Environment break |
*Branch/jump target address checks (tag, execute permissions, invalid address and bounds)* |
| .>|*{cheri_excep_mcause}* .<|*Prior to address translation for an explicit memory access:* +
*Load/store/AMO capability address misaligned* +
*CHERI fault due to capability checks (tag, permissions, invalid address and bounds)* |
*CHERI fault due to capability checks (tag, sealed, permissions, invalid address and bounds)* |

| .>|4,6 .<|Optionally: +
Load/store/AMO address misaligned |
Expand Down

0 comments on commit 10bd127

Please sign in to comment.