Skip to content
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

Sssstateen is now incorporated into RISC-V ISA Manual (vol 2) #181

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/rva23-profile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ of the https://github.com/riscv/riscv-isa-manual[RISC-V Instruction Set Manual].
- Ss1p13, Supervisor Architecture v1.13
- Sstc Extension for Supervisor-mode Timer Interrupts
- Sscofpmf Extension for Count Overflow and Mode-Based Filtering
- Smstateen Extension for State-enable
- Smstateen/Ssstateen Extension for State-enable
- Svvptc Obviating Memory-management Instructions after Marking PTEs valid
- Svadu Hardware Updating of A/D Bits

Expand Down Expand Up @@ -480,7 +480,6 @@ Instruction Set Manual; the hyperlinks lead to their separate specifications.
- *Sstvecd*: `stvec` supports Direct mode
- *Sstvala*: `stval` provides all needed values
- *Ssu64xl*: UXLEN=64 must be supported
- *Ssstateen*: Supervisor-mode view of the state-enable extension
- *Shcounterenw*: Support writeable enables for any supported counter
- *Shvstvala*: `vstval` provides all needed values
- *Shtvala*: `htval` provides all needed values
Expand Down
3 changes: 1 addition & 2 deletions src/rvb23-profile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ of the https://github.com/riscv/riscv-isa-manual[RISC-V Instruction Set Manual].
- Ss1p13, Supervisor Architecture v1.13
- Sstc Extension for Supervisor-mode Timer Interrupts
- Sscofpmf Extension for Count Overflow and Mode-Based Filtering
- Smstateen Extension for State-enable
- Smstateen/Ssstateen Extension for State-enable
- Svvptc Obviating Memory-management Instructions after Marking PTEs valid
- Svadu Hardware Updating of A/D Bits

Expand Down Expand Up @@ -490,7 +490,6 @@ Instruction Set Manual; the hyperlinks lead to their separate specifications.
- *Sstvecd*: `stvec` supports Direct mode
- *Sstvala*: `stval` provides all needed values
- *Ssu64xl*: UXLEN=64 must be supported
- *Ssstateen*: Supervisor-mode view of the state-enable extension
- *Shcounterenw*: Support writeable enables for any supported counter
- *Shvstvala*: `vstval` provides all needed values
- *Shtvala*: `htval` provides all needed values
Expand Down
Loading