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

DMCONTROL_INTERRUPT macro

Syntax

#define DMCONTROL_INTERRUPT (((uint64_t)1)<<33)

References

LocationText
riscv-011.c:131
#define DMCONTROL_INTERRUPT (((uint64_t)1)<<33)
riscv.c:81
#define DMCONTROL_INTERRUPT (((uint64_t)1)<<33)
riscv-011.c:385
if (data & DMCONTROL_INTERRUPT)
riscv-011.c:402
char out_interrupt = ((out >> DBUS_DATA_START) & DMCONTROL_INTERRUPT) ? 'i' : '.';
riscv-011.c:408
char in_interrupt = ((in >> DBUS_DATA_START) & DMCONTROL_INTERRUPT) ? 'i' : '.';
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:684
dbus_value |= DMCONTROL_INTERRUPT;
riscv-011.c:726
.interrupt = get_field(value, DMCONTROL_INTERRUPT)
riscv-011.c:878
dbus_write(target, DMCONTROL, DMCONTROL_HALTNOT | (run ? DMCONTROL_INTERRUPT : 0));
riscv-011.c:1157
uint64_t dbus_value = DMCONTROL_INTERRUPT | info->dcsr;
riscv-011.c:1678
if (data & DMCONTROL_INTERRUPT) {
riscv-011.c:2070
if (data & DMCONTROL_INTERRUPT)