Skip to content

Commit

Permalink
added cross references for permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
francislaus committed Jan 23, 2024
1 parent 60ebaab commit 5699b91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/insns/prefetch.i.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if one or more of the following conditions of `cs1` are met:
* The tag is not set
* The sealed bit is set
* No bytes of the cache line requested is in bounds
* The X permission is not set
* The <<x_perm>> is not set

Legacy Mode Description::
A PREFETCH.I instruction indicates to hardware that the cache block whose
Expand Down
2 changes: 1 addition & 1 deletion src/insns/prefetch.r.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ access if one or more of the following conditions of `cs1` are met:
* The tag is not set
* The sealed bit is set
* No bytes of the cache line requested is in bounds
* The R permission is not set
* The <<r_perm>> is not set

Legacy Mode Description::
A PREFETCH.R instruction indicates to hardware that the cache block whose
Expand Down
2 changes: 1 addition & 1 deletion src/insns/prefetch.w.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if one or more of the following conditions of `cs1` are met:
* The tag is not set
* The sealed bit is set
* No bytes of the cache line requested is in bounds
* The W permission is not set
* The <<w_perm>> is not set

Legacy Mode Description::
A PREFETCH.W instruction indicates to hardware that the cache block whose
Expand Down

0 comments on commit 5699b91

Please sign in to comment.