Skip to content

Commit

Permalink
Add new hypervisor bits to mstatush
Browse files Browse the repository at this point in the history
In Spike, I added these by hand in
riscv-software-src/riscv-isa-sim@4730be8
  • Loading branch information
scottj97 committed Nov 2, 2021
1 parent 7cdc041 commit 53fbda5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions encoding.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53fbda5

Please sign in to comment.