From 6a3729c2cd5c9b87d4cf69afdea1d644661336ce Mon Sep 17 00:00:00 2001 From: Ved Shanbhogue Date: Fri, 24 Nov 2023 17:06:06 -0600 Subject: CSR fields introduced by Zicfiss --- encoding.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/encoding.h b/encoding.h index b71047b..f56216b 100644 --- a/encoding.h +++ b/encoding.h @@ -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 @@ -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 @@ -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 -- cgit v1.1 From 55fdd57dd17545871f682fc45c35036ee32e9f89 Mon Sep 17 00:00:00 2001 From: Ved Shanbhogue Date: Fri, 24 Nov 2023 17:06:23 -0600 Subject: SSP CSR introduced by Zicfiss --- csrs.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/csrs.csv b/csrs.csv index fa6d98d..3c6328b 100644 --- a/csrs.csv +++ b/csrs.csv @@ -5,6 +5,7 @@ 0x009, "vxsat" 0x00A, "vxrm" 0x00F, "vcsr" +0x011, "ssp" 0x015, "seed" 0x017, "jvt" 0xC00, "cycle" -- cgit v1.1