Searched refs:max_insts_any_thread (Results 1 - 6 of 6) sorted by relevance

/gem5/src/cpu/
H A Ddummy_checker.cc50 fatal_if(max_insts_any_thread || max_insts_all_threads ||
H A Dbase.cc168 if (p->max_insts_any_thread != 0) {
171 scheduleInstStop(tid, p->max_insts_any_thread, cause);
H A DBaseCPU.py195 max_insts_any_thread = Param.Counter(0, variable in class:BaseCPU
/gem5/src/cpu/o3/
H A Dchecker.cc57 fatal_if(max_insts_any_thread || max_insts_all_threads ||
/gem5/configs/common/
H A DSimulation.py462 testsys.cpu[i].max_insts_any_thread = options.maxinsts
470 testsys.cpu[i].max_insts_any_thread = int(options.fast_forward)
479 switch_cpus[i].max_insts_any_thread = options.maxinsts
520 repeat_switch_cpus[i].max_insts_any_thread = options.maxinsts
552 testsys.cpu[i].max_insts_any_thread = 1
555 testsys.cpu[i].max_insts_any_thread = int(options.fast_forward)
560 testsys.cpu[i].max_insts_any_thread = \
564 testsys.cpu[i].max_insts_any_thread = 1
568 switch_cpus[i].max_insts_any_thread = options.warmup_insts
572 switch_cpus_1[i].max_insts_any_thread
[all...]
/gem5/configs/example/
H A Dapu_se.py324 cpu.max_insts_any_thread = int(options.fast_forward)
556 print("Switch at instruction count: %d" % cpu_list[0].max_insts_any_thread)

Completed in 14 milliseconds