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

DMCONTROL_HALTNOT macro

Syntax

#define DMCONTROL_HALTNOT (((uint64_t)1)<<32)

References

LocationText
riscv-011.c:132
#define DMCONTROL_HALTNOT (((uint64_t)1)<<32)
riscv.c:82
#define DMCONTROL_HALTNOT (((uint64_t)1)<<32)
riscv-011.c:403
char out_haltnot = ((out >> DBUS_DATA_START) & DMCONTROL_HALTNOT) ? 'h' : '.';
riscv-011.c:409
char in_haltnot = ((in >> DBUS_DATA_START) & DMCONTROL_HALTNOT) ? 'h' : '.';
riscv-011.c:598
(set_interrupt ? DMCONTROL_INTERRUPT : 0) | DMCONTROL_HALTNOT | data);
riscv-011.c:639
(set_interrupt ? DMCONTROL_INTERRUPT : 0) | DMCONTROL_HALTNOT);
riscv-011.c:682
uint64_t dbus_value = DMCONTROL_HALTNOT | value;
riscv-011.c:725
.haltnot = get_field(value, DMCONTROL_HALTNOT),
riscv-011.c:878
dbus_write(target, DMCONTROL, DMCONTROL_HALTNOT | (run ? DMCONTROL_INTERRUPT : 0));