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

SATP_MODE_OFF macro

Syntax

#define SATP_MODE_OFF 0

References

LocationText
encoding.h:236
#define SATP_MODE_OFF 0
riscv.c:1559
if (get_field(satp, RISCV_SATP_MODE(riscv_xlen(target))) == SATP_MODE_OFF) {
riscv.c:1598
case SATP_MODE_OFF: