Searched refs:exitSimLoop (Results 1 - 24 of 24) sorted by relevance

/gem5/src/cpu/testers/traffic_gen/
H A Dexit_gen.cc51 exitSimLoop(name() + " has encountered the exit state and will "
/gem5/src/sim/
H A Dsim_exit.hh52 void exitSimLoop(const std::string &message, int exit_code = 0,
H A Dsim_events.cc90 exitSimLoop(const std::string &message, int exit_code, Tick when, Tick repeat, function
94 "exitSimLoop called with a delay and auto serialization. This is "
120 exitSimLoop(cause, 0);
168 exitSimLoop(cause, 0);
H A Ddebug.cc115 exitSimLoop("checkpoint", 0, when, 0);
H A Dpseudo_inst.cc308 exitSimLoop("m5_exit instruction encountered", 0, when, 0, true);
317 exitSimLoop("m5_fail instruction encountered", code, when, 0, true);
486 exitSimLoop("checkpoint", 0, when, repeat);
586 exitSimLoop("switchcpu");
609 exitSimLoop("workbegin", static_cast<int>(workid));
632 exitSimLoop("checkpoint");
640 exitSimLoop("checkpoint");
647 exitSimLoop("work started count reach");
654 exitSimLoop("work started on specific cpu");
672 exitSimLoop("worken
[all...]
H A Dsimulate.cc210 exitSimLoop("user interrupt received");
H A Ddrain.cc153 exitSimLoop("Finished drain", 0);
H A Dsyscall_emul.cc215 exitSimLoop("exiting with last active thread context", status & 0xff);
/gem5/util/systemc/systemc_within_gem5/systemc_simple_object/
H A Dfeeder.cc58 exitSimLoop("Printed all the words.");
/gem5/src/dev/serial/
H A Dsimple.cc78 exitSimLoop("UART received EOT", 0);
/gem5/src/learning_gem5/part2/
H A Dgoodbye_object.cc95 exitSimLoop(buffer, 0, curTick() + bandwidth * bytes_copied);
/gem5/src/cpu/testers/directedtest/
H A DRubyDirectedTester.cc136 exitSimLoop("Ruby DirectedTester completed");
/gem5/src/python/pybind11/
H A Devent.cc111 m.def("exitSimLoop", &exitSimLoop);
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.cc166 exitSimLoop("user interrupt received");
/gem5/src/dev/net/
H A Ddist_iface.cc401 exitSimLoop("checkpoint");
403 exitSimLoop("exit request from gem5 peers");
689 exitSimLoop("connection to gem5 peer got closed");
H A Dtcp_iface.cc271 exitSimLoop("Message server closed connection, simulation "
/gem5/src/dev/arm/
H A Dpl011.cc206 exitSimLoop("UART received EOT", 0);
/gem5/src/cpu/testers/memtest/
H A Dmemtest.cc177 exitSimLoop("maximum number of loads reached");
/gem5/src/cpu/testers/garnet_synthetic_traffic/
H A DGarnetSyntheticTraffic.cc177 exitSimLoop("Network Tester completed simCycles");
/gem5/src/cpu/testers/rubytest/
H A DRubyTester.cc256 exitSimLoop("Ruby Tester completed");
/gem5/src/arch/arm/tracers/
H A Dtarmac_parser.cc730 exitSimLoop("a mismatch with the TARMAC trace has been detected "
733 exitSimLoop("a mismatch with the TARMAC trace has been detected "
873 exitSimLoop("a mismatch with the TARMAC trace has been detected "
/gem5/src/arch/arm/
H A Dsemihosting.cc650 exitSimLoop(it->second, subcode);
652 exitSimLoop(csprintf("semi:0x%x", code), subcode);
/gem5/src/mem/cache/
H A Dbase.hh1202 exitSimLoop("A cache reached the maximum miss count");
/gem5/src/cpu/trace/
H A Dtrace_cpu.cc209 exitSimLoop("End of trace reached");

Completed in 50 milliseconds