Searched refs:fatal (Results 26 - 50 of 220) sorted by relevance

123456789

/gem5/src/mem/
H A Dexternal_slave.cc154 fatal("StubSlavePort: function: %s\n", __func__);
171 fatal("StubSlavePort: unimplemented function: %s\n", __func__);
207 fatal("Can't find port handler type '%s'\n", portType);
213 fatal("%s: Can't find external port type: %s"
227 fatal("ExternalSlave %s: externalPort not set!\n", name());
229 fatal("ExternalSlave %s is unconnected!\n", name());
H A Dport_proxy.hh182 fatal("readBlob(%#x, ...) failed", addr);
192 fatal("writeBlob(%#x, ...) failed", addr);
202 fatal("memsetBlob(%#x, ...) failed", addr);
244 fatal("writeString(%#x, ...) failed", addr);
260 fatal("readString(%#x, ...) failed", addr);
277 fatal("readString(%#x, ...) failed", addr);
H A Dphysical.cc143 fatal("Inconsistent flags in an interleaved "
175 fatal("Inconsistent flags in an interleaved "
211 fatal("Could not mmap %d bytes for range %s!\n", range.size(),
345 fatal("Can't open physical memory checkpoint file '%s'\n",
358 fatal("Write failed on physical memory checkpoint file '%s'\n",
366 fatal("Close failed on physical memory checkpoint file '%s'\n",
411 fatal("Can't open physical memory checkpoint file '%s'", filename);
424 fatal("Memory range size has changed! Saw %lld, expected %lld\n",
452 fatal("Close failed on physical memory checkpoint file '%s'\n",
H A Daddr_mapper.cc53 fatal("Address mapper is not connected on both sides.\n");
183 fatal("AddrMapper doesn't support remapping of snooping requests\n");
211 fatal("AddrMapper: original and shadowed range list must "
216 fatal("AddrMapper: original and shadowed range list elements"
/gem5/src/arch/arm/freebsd/
H A Dsystem.cc103 fatal("dtb file is not specified\n");
106 fatal("kernel must have fdt support\n");
115 fatal("couldn't load DTB file: %s\n", params()->dtb_filename);
/gem5/configs/example/
H A Detrace_replay.py45 from m5.util import addToPath, fatal
72 fatal("This is a script for elastic trace replay simulation, use "\
76 fatal("This script does not support multi-processor trace replay.\n")
/gem5/src/dev/arm/
H A Dpci_host.cc70 fatal("Unsupported PCI interrupt routing policy.");
/gem5/configs/topologies/
H A DBaseTopology.py52 m5.util.fatal("BaseTopology should have been overridden!!")
/gem5/ext/sst/
H A DExtSlave.hh70 fatal("recvTimingSnoopResp unimplemented");
83 fatal("recvAtomic unimplemented");
H A DExtSlave.cc47 #ifdef fatal // gem5 sets this
48 #undef fatal macro
63 out.fatal(CALL_INFO, 1, "Failed to configure link %s\n", name.c_str());
111 out.fatal(CALL_INFO, 1, "Don't know how to convert gem5 packet "
147 out.fatal(CALL_INFO, 1, "ExtSlave handleEvent received non-MemEvent\n");
/gem5/configs/common/
H A DPlatformConfig.py47 from m5.util import fatal
83 fatal("%s is not a valid Platform model." % (name,))
H A DHWPConfig.py35 from m5 import fatal
/gem5/src/cpu/pred/
H A D2bit_local.cc47 fatal("Invalid local predictor size!\n");
51 fatal("Invalid number of local predictor sets! Check localCtrBits.\n");
/gem5/src/python/m5/stats/
H A D__init__.py51 from m5.util import attrdict, fatal
109 fatal("%s: '%s' doesn't have a value." % (
112 fatal("%s: '%s' has multiple values." % (
118 fatal("%s: %s isn't a valid Python literal" \
126 fatal("Illegal stat visitor parameter specified")
214 fatal("Illegal stat file type '%s' specified." % parsed.scheme)
217 fatal("Stat type '%s' disabled at compile time" % parsed.scheme)
291 fatal("statistic '%s' (%d) was not properly initialized " \
/gem5/src/mem/ruby/network/fault_model/
H A DFaultModel.cc145 fatal("Fault Model: ERROR in argument of FaultModel_declare_router!");
151 fatal("Fault Model: ERROR! Number inputs*VCs (MAX_VCs) unsupported");
154 fatal("Fault Model: ERROR! buffers/VC (MAX_BUFFERS_per_VC) too high");
185 fatal("Fault Model: Did you enable the fault model flag)?");
221 fatal("Fault Model: Did you enable the fault model flag)?");
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_gem5_control.cc148 fatal("Config problem in Gem5System: %s: %s",
206 fatal("Gem5Control::setVersion called for a second time");
234 fatal("Time resolution must be set to 1 ps for gem5 to work");
249 fatal("Gem5TopLevelModule: Can't open config file: %s",
268 fatal("Config problem in Gem5TopLevelModule: %s: %s",
/gem5/src/gpu-compute/
H A Dgpu_static_inst.hh205 fatal("calling initiateAcc() on a non-memory instruction.\n");
212 fatal("calling completeAcc() on a non-memory instruction.\n");
227 fatal("calling execLdAcq() on a non-load instruction.\n");
233 fatal("calling execLdAcq() on a non-load instruction.\n");
239 fatal("calling execAtomic() on a non-atomic instruction.\n");
245 fatal("calling execAtomicAcq() on a non-atomic instruction.\n");
276 fatal("kernel launch instruction should not be executed\n");
H A Dhsa_object.cc74 fatal("Unknown HSA object type for file: %s.\n", fname);
/gem5/src/mem/ruby/system/
H A DRubySystem.cc216 fatal("Can't open memory trace file '%s'\n", filename);
221 fatal("Insufficient memory to allocate compression state for %s\n",
226 fatal("Write failed on memory trace file '%s'\n", filename);
230 fatal("Close failed on memory trace file '%s'\n", filename);
248 fatal("Call memWriteback() before serialize() to create ruby trace");
284 fatal("Unable to open trace file %s", filename);
289 fatal("Insufficient memory to allocate compression state for %s\n",
296 fatal("Unable to read complete trace from file %s\n", filename);
300 fatal("Failed to close cache trace file '%s'\n", filename);
/gem5/src/arch/mips/
H A Dinterrupts.cc73 fatal("Must use Thread Context when posting MIPS Interrupts in M5");
91 fatal("Must use Thread Context when clearing MIPS Interrupts in M5");
105 fatal("Must use Thread Context when clearing MIPS Interrupts in M5");
/gem5/src/mem/ruby/structures/
H A DAbstractReplacementPolicy.cc52 fatal("Cannot create an AbstractReplacementPolicy");
/gem5/src/cpu/testers/traffic_gen/
H A Ddram_rot_gen.hh112 fatal("%s: Unsupported read percentage for DramRotGen: %d",
H A Dpygen.cc78 fatal("Meta generator didn't return a valid trace generator\n");
/gem5/src/mem/cache/tags/
H A Dbase_set_assoc.cc61 fatal("Block size must be at least 4 and a power of 2");
/gem5/src/cpu/minor/
H A Dpipeline.cc88 fatal("%s: fetch1ToFetch2ForwardDelay must be >= 1 (%d)\n",
93 fatal("%s: fetch2ToDecodeForwardDelay must be >= 1 (%d)\n",
98 fatal("%s: decodeToExecuteForwardDelay must be >= 1 (%d)\n",
103 fatal("%s: executeBranchDelay must be >= 1\n",

Completed in 29 milliseconds

123456789