Skip to content

Commit

Permalink
update mstateen0 fields (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-rivos committed Dec 26, 2023
1 parent fb622f2 commit a014979
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion encoding.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,14 @@
#define MSTATEEN0_CS 0x00000001
#define MSTATEEN0_FCSR 0x00000002
#define MSTATEEN0_JVT 0x00000004
#define MSTATEEN0_PRIV114 0x0080000000000000
#define MSTATEEN0_HENVCFGH 0x0100000000000000
#define MSTATEEN0_HCONTEXT 0x0200000000000000
#define MSTATEEN0_CD 0x0100000000000000
#define MSTATEEN0_HENVCFG 0x4000000000000000
#define MSTATEEN_HSTATEEN 0x8000000000000000

#define MSTATEEN0H_PRIV114 0x00800000
#define MSTATEEN0H_HENVCFGH 0x01000000
#define MSTATEEN0H_HCONTEXT 0x02000000
#define MSTATEEN0H_HENVCFG 0x40000000
#define MSTATEENH_HSTATEEN 0x80000000
Expand Down

0 comments on commit a014979

Please sign in to comment.