Home
last modified time | relevance | path

Searched refs:DMI_DMCONTROL_DMACTIVE (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/fesvr/
H A Ddtm.cc106 write(DMI_DMCONTROL, DMI_DMCONTROL_DMACTIVE); in halt()
111 int dmcontrol = DMI_DMCONTROL_HALTREQ | DMI_DMCONTROL_DMACTIVE; in halt()
127 int dmcontrol = DMI_DMCONTROL_RESUMEREQ | DMI_DMCONTROL_DMACTIVE; in resume()
141 write(DMI_DMCONTROL, DMI_DMCONTROL_DMACTIVE); in resume()
563 write(DMI_DMCONTROL, DMI_DMCONTROL_DMACTIVE); in producer_thread()
565 while ((read(DMI_DMCONTROL) & DMI_DMCONTROL_DMACTIVE) == 0) ; in producer_thread()
H A Ddebug_defines.h723 #define DMI_DMCONTROL_DMACTIVE (0x1 << DMI_DMCONTROL_DMACTIVE_OFFSET) macro
/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/riscv/
H A Ddebug_module.cc398 result = set_field(result, DMI_DMCONTROL_DMACTIVE, dmcontrol.dmactive); in dmi_read()
789 if (!dmcontrol.dmactive && get_field(value, DMI_DMCONTROL_DMACTIVE)) in dmi_write()
791 dmcontrol.dmactive = get_field(value, DMI_DMCONTROL_DMACTIVE); in dmi_write()
H A Ddebug_defines.h1140 #define DMI_DMCONTROL_DMACTIVE (0x1U << DMI_DMCONTROL_DMACTIVE_OFFSET) macro