Skip to content
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
2 changes: 1 addition & 1 deletion spec/std/isa/ext/Svade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $schema: "ext_schema.json#"
kind: extension
name: Svade
long_name: Exception on PTE A/D Bits
type: unprivileged
type: privileged
description: |
The Svade extension indicates that hardware does *not* update the A/D bits of a page table
during a page walk. Rather, encountering a PTE with the A bit clear or the D bit clear when
Expand Down
2 changes: 1 addition & 1 deletion spec/std/isa/ext/Svadu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $schema: "ext_schema.json#"
kind: extension
name: Svadu
long_name: Hardware Updating of PTE A/D Bits
type: unprivileged
type: privileged
description: |
The Svadu extension adds support and CSR controls for hardware updating of PTE
A/D bits. The A and D bits are managed by these extensions as follows:
Expand Down
Loading