We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2906aa commit bf952a2Copy full SHA for bf952a2
arch/riscv/include/asm/csr.h
@@ -235,6 +235,9 @@
235
#define CSR_SIP 0x144
236
#define CSR_SATP 0x180
237
238
+#define CSR_STIMECMP 0x14D
239
+#define CSR_STIMECMPH 0x15D
240
+
241
#define CSR_VSSTATUS 0x200
242
#define CSR_VSIE 0x204
243
#define CSR_VSTVEC 0x205
@@ -244,6 +247,8 @@
244
247
#define CSR_VSTVAL 0x243
245
248
#define CSR_VSIP 0x244
246
249
#define CSR_VSATP 0x280
250
+#define CSR_VSTIMECMP 0x24D
251
+#define CSR_VSTIMECMPH 0x25D
252
253
#define CSR_HSTATUS 0x600
254
#define CSR_HEDELEG 0x602
0 commit comments