From 53fbda5873ec5ffdfd7dd62cd5961fe99c6299a2 Mon Sep 17 00:00:00 2001 From: Scott Johnson Date: Tue, 2 Nov 2021 12:03:54 -0700 Subject: Add new hypervisor bits to mstatush In Spike, I added these by hand in https://github.com/riscv-software-src/riscv-isa-sim/commit/4730be82e63ec8bf4a30aa59afee5e5b58a0fbe4 --- encoding.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/encoding.h b/encoding.h index 6d49450..63f1a78 100644 --- a/encoding.h +++ b/encoding.h @@ -33,6 +33,8 @@ #define MSTATUSH_SBE 0x00000010 #define MSTATUSH_MBE 0x00000020 +#define MSTATUSH_GVA 0x00000040 +#define MSTATUSH_MPV 0x00000080 #define SSTATUS_UIE 0x00000001 #define SSTATUS_SIE 0x00000002 -- cgit v1.1