MSTATUS_VS is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

MSTATUS_VS macro

Syntax

#define MSTATUS_VS 0x00000600

References

LocationText
encoding.h:22
#define MSTATUS_VS 0x00000600
riscv-013.c:1094
} else if (is_vector_reg(regno) && (*mstatus & MSTATUS_VS) == 0) {
riscv-013.c:1096
set_field(*mstatus, MSTATUS_VS, 1)) != ERROR_OK)
riscv-013.c:1109
(is_vector_reg(regno) && (mstatus & MSTATUS_VS) == 0))