Searched refs:warn (Results 51 - 75 of 169) sorted by relevance

1234567

/gem5/src/base/
H A Dsocket.cc145 warn("ListenSocket(accept): setsockopt() TCP_NODELAY failed!");
H A Dtrace.cc85 warn("Trying to set debug logger to NULL\n");
/gem5/src/dev/
H A Dmc146818.hh46 warn("No RTC event handler defined.\n");
/gem5/src/sim/
H A Dinit_signals.cc210 warn("Failed to setup stack for SIGSEGV handler, "
H A Dfd_array.cc154 warn("Using new input file (%s) rather than checkpointed (%s)\n",
178 warn("Using new output file (%s) rather than checkpointed (%s)\n",
202 warn("Using new error file (%s) rather than checkpointed (%s)\n",
H A Dclocked_object.cc94 warn("ClockedObject %s: More than one power state change request "\
/gem5/src/cpu/testers/traffic_gen/
H A Dtrace_gen.cc174 warn("Trace player %s was unable to replay the entire trace!\n",
H A Dbase.cc134 warn("%s serialization does not keep all traffic generator"
154 warn("%s serialization does not restore all traffic generator"
212 warn("%s suppressed %d packets with non-memory addresses\n",
H A Ddram_gen.cc78 warn("Unknown address mapping specified, using RoRaBaCoCh\n");
/gem5/src/sim/power/
H A Dpower_model.cc141 warn("SimObject in UNDEFINED power state! "
H A Dmathexpr_powermodel.cc137 warn("Failed to find stat '%s'\n", name);
/gem5/src/arch/riscv/
H A Dlocked_mem.hh125 warn("%i: context %d: %d consecutive SC failures.\n",
/gem5/src/python/m5/util/
H A Ddot_writer.py66 from m5.util import warn
361 warn("failed to generate dot output from %s", dot_filename)
376 warn("Failed to generate dot graph for DVFS domains")
385 warn("failed to generate dot output from %s", dot_filename)
/gem5/src/mem/
H A Dmem_checker.cc78 warn("Could not locate write transaction: serial = %d, complete = %d\n",
107 warn("Could not locate write transaction: serial = %d\n", serial);
230 warn("Could not locate read transaction: serial = %d, complete = %d\n",
/gem5/src/dev/arm/
H A Drv_ctrl.cc121 warn("Tried to read RealView I/O at offset %#x that doesn't exist\n",
197 warn("Tried to write RVIO at offset %#x (data %#x) that doesn't exist\n",
311 warn("Temperature below zero!\n");
/gem5/src/arch/arm/
H A Dsystem.cc120 warn("Highest ARM exception-level set to AArch32 but bootloader "
124 warn("Highest ARM exception-level set to AArch64 but bootloader "
245 warn("Unimplemented Exception Level\n");
H A Dlocked_mem.hh140 warn("context %d: %d consecutive "
/gem5/src/dev/virtio/
H A Dfs9p.cc228 warn("Serializing VirtIO9Base device after device has been used. It is "
243 warn("Unserializing VirtIO9Base device after device has been used. It is "
449 warn("Failed to kill diod using SIGTERM");
465 warn("Failed in waitpid");
473 warn("Failed to kill diod using SIGKILL");
/gem5/src/arch/mips/
H A Dmt.hh146 warn("%i: Halting thread %i in %s @ PC %x, setting restart PC to %x",
164 warn("%i: Restoring thread %i in %s @ PC %x",
274 warn("%i: Deactivating Hardware Thread Context #%i",
/gem5/src/arch/alpha/
H A Dpagetable.hh122 warn("Alpha TlbEntry does not support uncacheable"
/gem5/src/arch/power/
H A Dtlb.hh70 warn("Power TlbEntry does not support uncacheable"
/gem5/src/dev/ps2/
H A Dmouse.cc146 warn("Unknown mouse command %#02x.\n", data[0]);
/gem5/util/systemc/gem5_within_systemc/
H A Dstats.cc129 warn("Stat not dumped: %s\n", stat->name);
/gem5/src/arch/arm/insts/
H A Dpseudo.cc169 warn("\tinstruction '%s' unimplemented\n",
/gem5/src/arch/generic/
H A Ddebugfaults.hh85 // The "Flavor" template parameter is to keep warn, hack or inform messages
141 void debugFunc() override { warn(this->message()); }
142 FaultName name() const override { return "warn fault"; }

Completed in 31 milliseconds

1234567