Skip to content

Commit

Permalink
CSR fields introduced by Zicfiss
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-rivos committed Nov 24, 2023
1 parent d5755c9 commit 6a3729c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions encoding.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
#define SIP_STIP MIP_STIP

#define MENVCFG_FIOM 0x00000001
#define MENVCFG_SSE 0x00000008
#define MENVCFG_CBIE 0x00000030
#define MENVCFG_CBCFE 0x00000040
#define MENVCFG_CBZE 0x00000080
Expand Down Expand Up @@ -186,6 +187,7 @@
#define MHPMEVENTH_OF 0x80000000

#define HENVCFG_FIOM 0x00000001
#define HENVCFG_SSE 0x00000008
#define HENVCFG_CBIE 0x00000030
#define HENVCFG_CBCFE 0x00000040
#define HENVCFG_CBZE 0x00000080
Expand Down Expand Up @@ -221,6 +223,7 @@
#define HSTATEENH_SSTATEEN 0x80000000

#define SENVCFG_FIOM 0x00000001
#define SENVCFG_SSE 0x00000008
#define SENVCFG_CBIE 0x00000030
#define SENVCFG_CBCFE 0x00000040
#define SENVCFG_CBZE 0x00000080
Expand Down

0 comments on commit 6a3729c

Please sign in to comment.