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

CSR_DCSR_V macro

Syntax

#define CSR_DCSR_V 0x20

References

LocationText
debug_defines.h:359
#define CSR_DCSR_V 0x20
riscv-013.c:4085
*value = set_field(0, VIRT_PRIV_V, get_field(dcsr, CSR_DCSR_V));
riscv-013.c:4119
dcsr = set_field(dcsr, CSR_DCSR_V, get_field(value, VIRT_PRIV_V));