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

CSR_DCSR_PRV macro

Syntax

#define CSR_DCSR_PRV 3

References

LocationText
debug_defines.h:407
#define CSR_DCSR_PRV 3
riscv-013.c:4086
*value = set_field(*value, VIRT_PRIV_PRV, get_field(dcsr, CSR_DCSR_PRV));
riscv-013.c:4118
dcsr = set_field(dcsr, CSR_DCSR_PRV, get_field(value, VIRT_PRIV_PRV));