aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--encoding.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/encoding.h b/encoding.h
index 6d49450..edccf00 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
@@ -49,10 +51,6 @@
#define SSTATUS_UXL 0x0000000300000000
#define SSTATUS64_SD 0x8000000000000000
-#define SSTATUS_VS_MASK (SSTATUS_SIE | SSTATUS_SPIE | \
- SSTATUS_SPP | SSTATUS_FS | SSTATUS_SUM | \
- SSTATUS_MXR | SSTATUS_UXL)
-
#define HSTATUS_VSXL 0x300000000
#define HSTATUS_VTSR 0x00400000
#define HSTATUS_VTW 0x00200000