Skip to content

Commit 9b7c298

Browse files
fea-wangalistair23
authored andcommitted
target/riscv: Add svukte extension capability variable
Refer to the draft of svukte extension from: riscv/riscv-isa-manual#1564 Svukte provides a means to make user-mode accesses to supervisor memory raise page faults in constant time, mitigating attacks that attempt to discover the supervisor software's address-space layout. Signed-off-by: Fea.Wang <[email protected]> Reviewed-by: Frank Chang <[email protected]> Reviewed-by: Jim Shu <[email protected]> Reviewed-by: Daniel Henrique Barboza <[email protected]> Reviewed-by: Alistair Francis <[email protected]> Message-ID: <[email protected]>
1 parent c7dab7f commit 9b7c298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: target/riscv/cpu_cfg.h

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ struct RISCVCPUConfig {
8484
bool ext_svnapot;
8585
bool ext_svpbmt;
8686
bool ext_svvptc;
87+
bool ext_svukte;
8788
bool ext_zdinx;
8889
bool ext_zaamo;
8990
bool ext_zacas;

0 commit comments

Comments
 (0)