Searched refs:fatal (Results 76 - 100 of 220) sorted by relevance

123456789

/gem5/src/cpu/testers/traffic_gen/
H A Dtraffic_gen.cc145 fatal("Traffic generator %s config file not found at %s\n",
284 fatal("%s: Unknown traffic generator mode: %s",
308 fatal("%s: initial state not specified (add 'INIT <id>' line "
332 fatal("%s has transition probability != 1 for state %d\n",
/gem5/src/sim/
H A Dserialize.cc194 fatal("couldn't mkdir %s\n", dir);
200 fatal("Unable to open file %s for writing\n", cpt_file.c_str());
278 fatal("Can't load checkpoint file '%s'\n", filename);
323 fatal("Can't unserialize '%s:%s'\n", section, name);
H A Dsimulate.cc119 fatal("Quantum for multi-eventq simulation not specified");
/gem5/configs/dist/
H A Dsw.py38 from m5.util import addToPath, fatal
/gem5/configs/example/arm/
H A Dfs_power.py101 m5.fatal("The power example script requires 'timing' CPUs.")
/gem5/src/dev/pci/
H A DPciHost.py87 fatal("One of the fields for the PCI address is out of bounds")
/gem5/tests/gem5/memory/
H A Dsimple-run.py57 m5.fatal("protobuf required for simple memory test")
/gem5/configs/common/
H A DSimulation.py79 fatal("%s must be used with caches" % options.cpu_type)
138 fatal("checkpoint dir %s does not exist!", cptdir)
146 fatal('Unable to find simpoint')
151 fatal("Unable to find checkpoint directory %s", checkpoint_dir)
168 fatal('Checkpoint %d not found', cpt_num)
202 fatal('Checkpoint %d not found', cpt_num)
318 fatal('unrecognized line in simpoint file!')
322 fatal('not enough lines in simpoint weight file!')
327 fatal('unrecognized line in simpoint weight file!')
442 fatal("Ca
[all...]
H A DBPConfig.py35 from m5 import fatal
/gem5/src/arch/arm/
H A Dsystem.cc89 fatal("Invalid physical address range (%d)\n", _physAddrRange64);
109 fatal("Can't find a matching boot loader / kernel combination!");
154 fatal("flags_addr must be set with bootloader\n");
157 fatal("gic_cpu_addr must be set with bootloader\n");
/gem5/src/dev/arm/
H A Da9scu.cc73 fatal("Too many CPUs (%d) for A9SCU!\n", sys->numContexts());
/gem5/src/mem/
H A Dport.cc71 fatal("Attempt to bind port %s to non-slave port %s.",
/gem5/src/base/filters/
H A Dmulti_bit_sel_bloom_filter.cc48 fatal("Can't divide filter (%d) in %d equal portions", p->size,
/gem5/configs/example/
H A Dapu_se.py182 fatal("GPU model requires ruby")
187 fatal("GPU model requires TimingSimpleCPU or DerivO3CPU")
293 fatal("AtomicSimpleCPU is not supported")
295 fatal("Only the timing memory mode is supported")
299 fatal("Cannot fast-forward based both on the number of instructions and"
369 fatal("%s not found in %s" % (rel_path, base_list))
391 fatal("Can't locate kernel code (.asm) in " + kernel_path)
439 fatal("KvmCPU can only be used in SE mode with x86")
547 fatal("Checkpointing not supported by apu model")
/gem5/src/mem/ruby/common/
H A DHistogram.cc131 fatal("Histograms with different number of bins "
168 fatal("Don't know how to combine log and linear histograms!");
H A DSet.hh56 fatal("Number of bits(%d) < size specified(%d). "
208 fatal("Number of bits(%d) < size specified(%d). "
/gem5/configs/dram/
H A Dsweep.py119 fatal("This script assumes the memory is a DRAMCtrl subclass")
131 fatal("Did not specify a valid address map argument")
/gem5/src/cpu/pred/
H A Dbi_mode.cc53 fatal("Invalid choice predictor size.\n");
55 fatal("Invalid global history predictor size.\n");
H A Dbtb.cc49 fatal("BTB entries is not a power of 2!");
/gem5/src/base/
H A Dlogging.hh170 * This implements a cprintf based fatal() function. fatal() should
173 * etc.) and not a simulator bug. fatal() might call exit, unlike panic().
175 #define fatal(...) exit_message(::Logger::getFatal(), __VA_ARGS__) macro
195 * Conditional fatal macro that checks the supplied condition and only causes a
196 * fatal error if the condition is true and allows the programmer to specify
197 * diagnostic printout. Useful to replace if + fatal, or if + print + assert,
200 * @param cond Condition that is checked; if true -> fatal
206 fatal("fatal conditio
[all...]
/gem5/src/mem/ruby/slicc_interface/
H A DAbstractController.hh124 { fatal("Prefetches not implemented!");}
130 {fatal("collateStats() should be overridden!");}
/gem5/util/tlm/conf/
H A Dtlm_elastic_slave.py37 from m5.util import addToPath, fatal
/gem5/util/tlm/examples/
H A Dtlm_elastic_slave_with_l2.py37 from m5.util import addToPath, fatal
/gem5/src/base/loader/
H A Dsymtab.cc78 fatal("file error: Can't open symbol table file %s\n", filename);
/gem5/src/gpu-compute/
H A Dhsail_code.cc69 fatal("unexpected directive kind %d inside kernel/function init\n",
200 fatal("unexpected directive kind %d inside kernel scope\n",
234 fatal("Attempt to redefine existing label %s\n", lbl_name);
282 fatal("unhandled symbol data type %d", t);

Completed in 26 milliseconds

123456789