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

CSR_MISA macro

Syntax

#define CSR_MISA 0x301

References

LocationText
encoding.h:2896
#define CSR_MISA 0x301
gdb_regs.h:90
riscv-011.c:1571
if (read_remote_csr(target, &r->misa, CSR_MISA) != ERROR_OK) {
riscv-011.c:1573
LOG_WARNING("Failed to read misa at 0x%x; trying 0x%x.", CSR_MISA,