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

CSR_DPC macro

Syntax

#define CSR_DPC 0x7b1

References

LocationText
debug_defines.h:408
#define CSR_DPC 0x7b1
encoding.h:3005
#define CSR_DPC 0x7b1
gdb_regs.h:91
riscv-011.c:1121
cache_set32(target, 1, csrw(S0, CSR_DPC));
riscv-011.c:1637
unsigned int csr[] = {CSR_DSCRATCH0, CSR_DPC, CSR_DCSR};
riscv-011.c:1781
reg = CSR_DPC;
riscv-011.c:1818
info->dpc = reg_cache_get(target, CSR_DPC);