Searched refs:running (Results 1 - 6 of 6) sorted by relevance

/gem5/src/sim/
H A Dticked_object.hh73 bool running; member in class:Ticked
107 if (!running) {
110 running = true;
134 if (running) {
137 running = false;
H A Dticked_object.cc50 running(false),
64 if (running)
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64si/
H A Dscall.S33 # If running in M mode, use mstatus.MPP to check existence of U mode.
H A Dcsr.S29 # If running in M mode, use mstatus.MPP to check existence of U mode.
/gem5/src/dev/
H A Dintel_8254_timer.cc102 : _name(name), num(_num), event(this), running(false),
193 if (running && (period > 0))
270 running = true;
H A Dintel_8254_timer.hh118 bool running; member in class:Intel8254Timer::Counter

Completed in 5 milliseconds