Searched refs:exitSimLoop (Results 1 - 24 of 24) sorted by relevance
/gem5/src/cpu/testers/traffic_gen/ |
H A D | exit_gen.cc | 51 exitSimLoop(name() + " has encountered the exit state and will "
|
/gem5/src/sim/ |
H A D | sim_exit.hh | 52 void exitSimLoop(const std::string &message, int exit_code = 0,
|
H A D | sim_events.cc | 90 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 D | debug.cc | 115 exitSimLoop("checkpoint", 0, when, 0);
|
H A D | pseudo_inst.cc | 308 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 D | simulate.cc | 210 exitSimLoop("user interrupt received");
|
H A D | drain.cc | 153 exitSimLoop("Finished drain", 0);
|
H A D | syscall_emul.cc | 215 exitSimLoop("exiting with last active thread context", status & 0xff);
|
/gem5/util/systemc/systemc_within_gem5/systemc_simple_object/ |
H A D | feeder.cc | 58 exitSimLoop("Printed all the words.");
|
/gem5/src/dev/serial/ |
H A D | simple.cc | 78 exitSimLoop("UART received EOT", 0);
|
/gem5/src/learning_gem5/part2/ |
H A D | goodbye_object.cc | 95 exitSimLoop(buffer, 0, curTick() + bandwidth * bytes_copied);
|
/gem5/src/cpu/testers/directedtest/ |
H A D | RubyDirectedTester.cc | 136 exitSimLoop("Ruby DirectedTester completed");
|
/gem5/src/python/pybind11/ |
H A D | event.cc | 111 m.def("exitSimLoop", &exitSimLoop);
|
/gem5/util/systemc/gem5_within_systemc/ |
H A D | sc_module.cc | 166 exitSimLoop("user interrupt received");
|
/gem5/src/dev/net/ |
H A D | dist_iface.cc | 401 exitSimLoop("checkpoint"); 403 exitSimLoop("exit request from gem5 peers"); 689 exitSimLoop("connection to gem5 peer got closed");
|
H A D | tcp_iface.cc | 271 exitSimLoop("Message server closed connection, simulation "
|
/gem5/src/dev/arm/ |
H A D | pl011.cc | 206 exitSimLoop("UART received EOT", 0);
|
/gem5/src/cpu/testers/memtest/ |
H A D | memtest.cc | 177 exitSimLoop("maximum number of loads reached");
|
/gem5/src/cpu/testers/garnet_synthetic_traffic/ |
H A D | GarnetSyntheticTraffic.cc | 177 exitSimLoop("Network Tester completed simCycles");
|
/gem5/src/cpu/testers/rubytest/ |
H A D | RubyTester.cc | 256 exitSimLoop("Ruby Tester completed");
|
/gem5/src/arch/arm/tracers/ |
H A D | tarmac_parser.cc | 730 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 D | semihosting.cc | 650 exitSimLoop(it->second, subcode); 652 exitSimLoop(csprintf("semi:0x%x", code), subcode);
|
/gem5/src/mem/cache/ |
H A D | base.hh | 1202 exitSimLoop("A cache reached the maximum miss count");
|
/gem5/src/cpu/trace/ |
H A D | trace_cpu.cc | 209 exitSimLoop("End of trace reached");
|
Completed in 57 milliseconds