Skip to content

Commit

Permalink
Rename xenvcfg.PME fields to PMM (#196)
Browse files Browse the repository at this point in the history
These were renamed prior to ratification of the pointer-masking extensions,
but we forgot to update the profiles accordingly.

Resolves #195
  • Loading branch information
aswaterman authored Dec 16, 2024
1 parent f2e15b5 commit c6275f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/rva23-profile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ NOTE: Sstc was optional in RVA22.

- *Sscofpmf* count overflow and mode-based filtering.

- *Ssnpm* Pointer masking, with `senvcfg.PME` and `henvcfg.PME` supporting,
- *Ssnpm* Pointer masking, with `senvcfg.PMM` and `henvcfg.PMM` supporting,
at minimum, settings PMLEN=0 and PMLEN=7.

- *Ssu64xl* `sstatus.UXL` must be capable of holding the value 2
Expand Down
4 changes: 2 additions & 2 deletions src/rvb23-profile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -311,15 +311,15 @@ There are no privileged development options in RVB23S64.
The following are privileged expansion options in RVB23S64, but are
mandatory in RVA23S64:

- *Ssnpm* Pointer masking, with `senvcfg.PME` supporting at minimum,
- *Ssnpm* Pointer masking, with `senvcfg.PMM` supporting at minimum,
settings PMLEN=0 and PMLEN=7.

- *Sha* The augmented hypervisor extension.

When the hypervisor extension is implemented, the following are also mandatory:

- If the hypervisor extension is implemented and pointer masking
(Ssnpm) is supported then `henvcfg.PME` must support at minimum,
(Ssnpm) is supported then `henvcfg.PMM` must support at minimum,
settings PMLEN=0 and PMLEN=7.

The following are privileged expansion options in RVB23S64 that are
Expand Down

0 comments on commit c6275f9

Please sign in to comment.