Skip to content

Commit

Permalink
wording tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
bcstrongx committed Jun 14, 2024
1 parent 4d446f9 commit 837d7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion body.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ The 32-bit `sctrstatus` register grants access to CTR status information and is
[width="100%",cols="15%,85%",options="header",]
|===
|Field |Description
|WRPTR |WARL field that indicates the physical CTR buffer entry to be written next. Incremented after new transfers are recorded (see <<Behavior>>), though there are exceptions when `mctrctl`.RASEMU=1, see <<RAS (Return Address Stack) Emulation Mode>>). For a given CTR depth (where depth = 2^(DEPTH+4)^), WRPTR wraps to 0 on an increment when the value matches depth-1, and to depth-1 on a decrement when the value is 0. Bits above those needed to represent depth-1 (e.g., bits 7:4 for a depth of 16) are read-only 0. On depth changes, WRPTR holds an unspecified but legal value.
|WRPTR |WARL field that indicates the physical CTR buffer entry to be written next. It is incremented after new transfers are recorded (see <<Behavior>>), though there are exceptions when `mctrctl`.RASEMU=1, see <<RAS (Return Address Stack) Emulation Mode>>. For a given CTR depth (where depth = 2^(DEPTH+4)^), WRPTR wraps to 0 on an increment when the value matches depth-1, and to depth-1 on a decrement when the value is 0. Bits above those needed to represent depth-1 (e.g., bits 7:4 for a depth of 16) are read-only 0. On depth changes, WRPTR holds an unspecified but legal value.
|FROZEN |Inhibit transfer recording. See <<Freeze>>.
|===

Expand Down

0 comments on commit 837d7e1

Please sign in to comment.