Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Updating with assigned bit positions
Browse files Browse the repository at this point in the history
Signed-off-by: ved-rivos <91900059+ved-rivos@users.noreply.github.com>
  • Loading branch information
ved-rivos committed Sep 29, 2022
1 parent 97d515d commit a9b8c6b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions svadu.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ translation process is as follows:
a store, also set `pte.d` to 1.
... If the comparison fails, return to step 2

The Svadu extension adds the `HADE` bit to `menvcfg`. When `menvcfg.HADE` is 1,
hardware updating of PTE A/D bits is enabled during single-stage address
translation. When the hypervisor extension is implemented, if `menvcfg.HADE` is
1, hardware updating of PTE A/D bits is enabled during G-stage address
translation. When `menvcfg.HADE` is zero, the implementation behaves as though
Svadu is not implemented. If Svadu is not implemented, `menvcfg.HADE` is
read-only zero. Furthermore, for implementations with the hypervisor extension,
`henvcfg.HADE` is read-only zero if `menvcfg.HADE` is zero.
The Svadu extension adds the `HADE` bit (bit 61) to `menvcfg`. When
`menvcfg.HADE` is 1, hardware updating of PTE A/D bits is enabled during
single-stage address translation. When the hypervisor extension is implemented,
if `menvcfg.HADE` is 1, hardware updating of PTE A/D bits is enabled during
G-stage address translation. When `menvcfg.HADE` is zero, the implementation
behaves as though Svadu is not implemented. If Svadu is not implemented,
`menvcfg.HADE` is read-only zero. Furthermore, for implementations with the
hypervisor extension, `henvcfg.HADE` is read-only zero if `menvcfg.HADE` is zero.

When the hypervisor extension is implemented, the Svadu extension adds the
`HADE` bit to `henvcfg`. When `henvcfg.HADE` is 1, hardware updating of PTE A/D
bits is enabled during VS-stage address translation. When `henvcfg.HADE` is
zero, the implementation behaves as though Svadu is not implemented.
`HADE` bit (bit 61) to `henvcfg`. When `henvcfg.HADE` is 1, hardware updating of
PTE A/D bits is enabled during VS-stage address translation. When `henvcfg.HADE`
is zero, the implementation behaves as though Svadu is not implemented.

0 comments on commit a9b8c6b

Please sign in to comment.