aboutsummaryrefslogtreecommitdiff
path: root/riscv/encoding.h
diff options
context:
space:
mode:
authorScott Johnson <scott.johnson@arilinc.com>2021-03-07 17:40:38 -0800
committerAndrew Waterman <aswaterman@gmail.com>2021-09-08 07:59:02 -0700
commit60243a3bf9f86de5b8b58807ae218f1e3aedc31c (patch)
tree41aea28752a7fc90d756d8d81a3fcf724f5b0927 /riscv/encoding.h
parentda69405f1d05eee01355ee0166a6b0fe0b388e28 (diff)
downloadspike-60243a3bf9f86de5b8b58807ae218f1e3aedc31c.zip
spike-60243a3bf9f86de5b8b58807ae218f1e3aedc31c.tar.gz
spike-60243a3bf9f86de5b8b58807ae218f1e3aedc31c.tar.bz2
Move SSTATUS_VS_MASK into vsstatus_csr_t
Since that's the last place it was being used.
Diffstat (limited to 'riscv/encoding.h')
-rw-r--r--riscv/encoding.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/riscv/encoding.h b/riscv/encoding.h
index d5bb5e8..736504d 100644
--- a/riscv/encoding.h
+++ b/riscv/encoding.h
@@ -54,10 +54,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