#include "sim/sim_events.hh"
#include <string>
#include "base/callback.hh"
#include "sim/eventq.hh"
#include "sim/sim_exit.hh"
#include "sim/stats.hh"
Go to the source code of this file.
|
| namespace | gem5 |
| | Copyright (c) 2024 Arm Limited All rights reserved.
|
|
| void | gem5::exitSimLoop (const std::string &message, int exit_code, Tick when, Tick repeat, bool serialize) |
| | The "old style" exitSimLoop functions.
|
| void | gem5::exitSimLoopNow (const std::string &message, int exit_code=0, Tick repeat=0, bool serialize=false) |
| | Schedule an event as above, but make it high priority so it runs before any normal events which are schedule at the current time.
|
| void | gem5::exitSimLoopWithHypercall (const::std::string &message, int exit_code, Tick when, Tick repeat, std::map< std::string, std::string > payload, uint64_t hypercall_id, bool serialize) |
| void | gem5::exitSimulationLoop (uint64_t type_id, std::map< std::string, std::string > payload, Tick when) |
| | The "new style" exitSimLoop functions.
|
| void | gem5::exitSimulationLoopNow (uint64_t type_id, std::map< std::string, std::string > payload) |