Skip to content

Commit

Permalink
Add SL description to all store cap instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Aird committed Oct 22, 2024
1 parent 0a35092 commit 7ad57f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/insns/atomic_exceptions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ If the authorizing capability does not grant <<lm_perm>>, and the tag of `cd` is
+
If the authorizing capability does not grant <<el_perm>>, and the tag of `cd` is 1, then an implicit <<ACPERM>> clearing <<el_perm>> and restricting <<section_cap_level>> to the level of the authorizing capability is performed to obtain the final permissions on `cd` (see <<LC>>).
+
The stored tag is also set to zero if the authorizing capability does not have <<sl_perm>> set but the stored data has a <<section_cap_level>> of 0 (see <<SC>>).
endif::[]
ifndef::cap_atomic[]
Requires <<r_perm>> and <<w_perm>> in the authorising capability.
Expand Down
2 changes: 2 additions & 0 deletions src/insns/store_cond_cap_32bit.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Store conditional instructions, authorised by the capability in <<ddc>>.

:store_cond:

include::store_tag_perms.adoc[]

include::malformed_no_check.adoc[]

include::store_exceptions.adoc[]
Expand Down

0 comments on commit 7ad57f9

Please sign in to comment.