Searched refs:exit (Results 76 - 100 of 184) sorted by relevance

12345678

/gem5/configs/example/
H A Druby_mem_test.py90 sys.exit(1)
97 sys.exit(1)
H A Dgarnet_synth_traffic.py95 sys.exit(1)
101 sys.exit(1)
/gem5/configs/example/arm/
H A Dstarter_fs.py99 sys.exit(1)
195 sys.exit(event.getCode())
H A Dstarter_se.py176 sys.exit(1)
228 # Print the reason for the simulation exit. Some exit codes are
230 # script. We'll just ignore them here and exit.
232 sys.exit(event.getCode())
/gem5/src/python/m5/util/
H A D__init__.py62 sys.exit(1)
69 sys.exit(1)
/gem5/src/base/
H A Dlogging.hh124 void exit_helper() M5_ATTR_NORETURN { exit(); ::abort(); }
130 virtual void exit() { /* Fall through to the abort in exit_helper. */ } function in class:Logger
173 * etc.) and not a simulator bug. fatal() might call exit, unlike panic().
/gem5/ext/pybind11/include/pybind11/
H A Diostream.h167 void exit() { function in class:OstreamRedirect
206 .def("__exit__", [](detail::OstreamRedirect &self_, args) { self_.exit(); });
/gem5/ext/drampower/src/
H A DParametrisable.cc111 exit(1);
/gem5/src/cpu/testers/traffic_gen/
H A Dtrace_gen.cc168 TraceGen::exit() function in class:TraceGen
/gem5/site_scons/site_tools/
H A Dgit.py107 sys.exit(1)
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DMultiSocketSimpleSwitchAT.h192 sc_assert(0); exit(1);
220 {sc_assert(0); exit(1);}
232 sc_assert(false); exit(1);
282 sc_assert(0); exit(1);
/gem5/configs/common/
H A DCpuConfig.py84 sys.exit(1)
H A DBenchmarks.py71 exit(1)
H A DCacheConfig.py55 sys.exit(1)
65 sys.exit(1)
76 sys.exit(1)
/gem5/util/
H A Dcheckpoint-tester.py83 sys.exit(1)
H A Dgit-pre-commit.py116 sys.exit(1)
H A Do3-pipeview.py353 sys.exit(1)
357 sys.exit(1)
361 sys.exit(1)
/gem5/src/systemc/tests/include/
H A DSimpleATInitiator1.h243 assert(0); exit(1);
249 assert(0); exit(1);
290 assert(0); exit(1);
H A DSimpleATInitiator2.h240 assert(0); exit(1);
246 assert(0); exit(1);
289 assert(0); exit(1);
/gem5/configs/splash2/
H A Drun.py74 sys.exit(1)
78 sys.exit(1)
263 sys.exit(1)
/gem5/ext/mcpat/regression/
H A Dverify_output.py173 exit(0)
179 exit(0)
200 exit(0)
/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtest_endian_conv.cpp58 exit(1); \
170 exit(1);
203 exit(1);
246 exit(1);
346 exit(1);
/gem5/ext/systemc/src/sysc/qt/
H A Dmeas.c33 extern void exit (int status);
64 exit (1);
71 exit (1);
999 exit (0);
1012 exit (1);
1050 exit (0);
/gem5/ext/mcpat/
H A Dbasic_components.cc218 exit(1);
224 exit(1);
319 exit(0);
/gem5/util/plot_dram/
H A Dlowp_dram_sweep_plot.py68 exit('Error! File not found: %s' % args.statsfile)

Completed in 34 milliseconds

12345678