Searched refs:work_end_exit_count (Results 1 - 3 of 3) sorted by relevance

/gem5/src/sim/
H A DSystem.py100 work_end_exit_count = Param.Counter(0, variable in class:System
H A Dpseudo_inst.cc706 if (params->work_end_exit_count != 0 &&
707 systemWorkEndCount == params->work_end_exit_count) {
/gem5/configs/common/
H A DSimulation.py109 if options.work_end_exit_count != None:
110 system.work_end_exit_count = options.work_end_exit_count

Completed in 9 milliseconds