Skip to content

Commit 18ea30c

Browse files
committed
Add Supervisor Domains extension and CSRs
Signed-off-by: Ravi Sahita <ravi@rivosinc.com>
1 parent e471765 commit 18ea30c

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

encoding.h

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -162,26 +162,10 @@
162162
#define MIP_VS_MASK (MIP_VSSIP | MIP_VSTIP | MIP_VSEIP)
163163
#define MIP_HS_MASK (MIP_VS_MASK | MIP_SGEIP)
164164

165-
#define MIE_SSIE (1 << IRQ_S_SOFT)
166-
#define MIE_VSSIE (1 << IRQ_VS_SOFT)
167-
#define MIE_MSIE (1 << IRQ_M_SOFT)
168-
#define MIE_STIE (1 << IRQ_S_TIMER)
169-
#define MIE_VSTIE (1 << IRQ_VS_TIMER)
170-
#define MIE_MTIE (1 << IRQ_M_TIMER)
171-
#define MIE_SEIE (1 << IRQ_S_EXT)
172-
#define MIE_VSEIE (1 << IRQ_VS_EXT)
173-
#define MIE_MEIE (1 << IRQ_M_EXT)
174-
#define MIE_SGEIE (1 << IRQ_S_GEXT)
175-
#define MIE_LCOFIE (1 << IRQ_LCOF)
176-
#define MIE_MSDEIE (1 << IRQ_MSDEI)
177-
178165
#define MIDELEG_FORCED_MASK MIP_HS_MASK
179166

180167
#define SIP_SSIP MIP_SSIP
181168
#define SIP_STIP MIP_STIP
182-
#define SIP_MSDEIP MIP_MSDEIP
183-
184-
#define SIE_MSDEIE MIE_MSDEIE
185169

186170
#define MENVCFG_FIOM 0x00000001
187171
#define MENVCFG_LPE 0x00000004

0 commit comments

Comments
 (0)