Searched refs:run (Results 76 - 90 of 90) sorted by relevance

1234

/gem5/tests/testing/
H A Dunits.py59 contain two types of units, run units (run gem5) and verify units
64 calls the run() method, which wraps _run() to protect against
112 def run(self): member in class:TestUnit
127 """Test unit representing a gem5 run.
130 - gem5 failed to run -> STATE_ERROR
/gem5/configs/example/
H A Dse.py281 Simulation.run(options, root, system, FutureClass)
H A Dfs.py129 print("Error: a kernel must be provided to run in full system mode")
278 print("Error: a kernel must be provided to run in full system mode")
382 Simulation.run(options, root, test_sys, FutureClass)
/gem5/src/systemc/core/
H A Dscheduler.hh71 * schedules an event to be run at time 0 with a slightly elevated priority
88 * 1. The evaluate phase where runnable processes are allowed to run.
106 * readyEvent will have been scheduled and will be waiting and ready to run
115 * itself. If the readyEvent is now ready to run, the next delta cycle will
138 * simulation should run to, at which point sc_pause is implicitly called. The
139 * simulation is supposed to run up to the latest timed notification phase
141 * run timed notifications at the maximum time, but not the subsequent evaluate
207 // If a process is running, schedule it/us to run again.
210 // Schedule p to run first.
510 events.front()->run();
[all...]
/gem5/ext/testlib/
H A Dmain.py245 * Iteratevely run suites:
247 * Iteratively run tests:
270 library_runner.run()
284 log.test_log.error('Unable to run a standalone test.\n'
/gem5/ext/dsent/
H A DDSENT.cc304 void run(const map<String, String> &params, Model *ms_model, function in namespace:DSENT
/gem5/src/dev/arm/
H A Dgic_v3_its.cc80 ItsProcess::run(PacketPtr pkt) function in class:ItsProcess
1162 ItsAction action = proc->run(pkt);
1198 action = proc->run(pkt);
H A Dgic_v3_its.hh362 ItsAction run(PacketPtr pkt);
H A Dsmmu_v3.cc240 action = proc->run(pkt);
284 SMMUAction action = proc->run(pkt);
/gem5/src/python/m5/
H A Dmain.py441 pdb.run(filecode, scope)
/gem5/ext/pybind11/tools/
H A Dmkdoc.py224 def run(self): member in class:ExtractionThread
/gem5/ext/ply/example/BASIC/
H A Dbasinterp.py178 def run(self): member in class:BasicInterpreter
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s73 # %i2 -- control block of helper function to run
77 # %i5 -- sp of new to run
335 # (qt_blocki). So when a new thread starts to run, it gets unblocked
/gem5/configs/common/
H A DSimulation.py433 def run(options, root, testsys, cpu_class): function
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h366 * number of dimensions, this requires the correct number of arguments; for run-time
1492 return run(args...,
1513 template <size_t... Index, size_t... VIndex, size_t... BIndex> object run(

Completed in 36 milliseconds

1234