Skip to content

Commit 11832cc

Browse files
authored
fix: svadu and svade should be privileged (#1227)
Fixing issue #1226.
1 parent cbee0b7 commit 11832cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/std/isa/ext/Svade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: "ext_schema.json#"
77
kind: extension
88
name: Svade
99
long_name: Exception on PTE A/D Bits
10-
type: unprivileged
10+
type: privileged
1111
description: |
1212
The Svade extension indicates that hardware does *not* update the A/D bits of a page table
1313
during a page walk. Rather, encountering a PTE with the A bit clear or the D bit clear when

spec/std/isa/ext/Svadu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: "ext_schema.json#"
77
kind: extension
88
name: Svadu
99
long_name: Hardware Updating of PTE A/D Bits
10-
type: unprivileged
10+
type: privileged
1111
description: |
1212
The Svadu extension adds support and CSR controls for hardware updating of PTE
1313
A/D bits. The A and D bits are managed by these extensions as follows:

0 commit comments

Comments
 (0)