Searched refs:warn_once (Results 1 - 25 of 45) sorted by relevance

12

/gem5/src/dev/arm/
H A Drealview.cc69 warn_once("Don't know what interrupt to post for console.\n");
76 warn_once("Don't know what interrupt to clear for console.\n");
H A Da9scu.cc71 warn_once("A9SCU with >4 CPUs is unsupported\n");
H A Denergy_ctrl.cc76 warn_once("EnergyCtrl: Disabled handler, ignoring read from reg %i\n",
164 warn_once("EnergyCtrl: Disabled handler, ignoring write %u to "\
H A Drv_ctrl.cc151 warn_once("Ignoring write to reset control\n");
175 warn_once("SCReg: Access to unknown device "
H A Dvio_mmio.cc216 warn_once("Ignoring queue resize hint. Requested size: %u\n", value);
H A Dtimer_a9global.cc153 warn_once("A9 Global Timer doesn't support banked per-cpu registers\n");
H A Dvgic.cc218 warn_once("VGIC GICH_APR read!\n");
328 warn_once("VGIC GICH_APR0 written, ignored\n");
/gem5/src/mem/ruby/network/fault_model/
H A DFaultModel.cc192 warn_once("Fault Model: Temperature exceeded simulated upper bound.");
193 warn_once("Fault Model: The fault model is not accurate any more.");
197 warn_once("Fault Model: Temperature exceeded simulated lower bound.");
198 warn_once("Fault Model: The fault model is not accurate any more.");
228 warn_once("Fault Model: Temperature exceeded simulated upper bound.");
229 warn_once("Fault Model: The fault model is not accurate any more.");
233 warn_once("Fault Model: Temperature exceeded simulated lower bound.");
234 warn_once("Fault Model: The fault model is not accurate any more.");
/gem5/src/dev/sparc/
H A Dt1000.cc53 warn_once("Don't know what interrupt to post for console.\n");
60 warn_once("Don't know what interrupt to clear for console.\n");
/gem5/src/dev/x86/
H A Dpc.cc128 warn_once("Don't know what interrupt to clear for console.\n");
141 warn_once("Tried to clear PCI interrupt %d\n", line);
/gem5/src/arch/generic/linux/
H A Dthreadinfo.hh55 warn_once("Unable to find kernel symbol %s\n", symbol);
56 warn_once("Kernel not compiled with task_struct info; can't get "
/gem5/src/base/
H A Dlogging.hh216 #define warn_once(...) base_message_once(::Logger::getWarn(), __VA_ARGS__) macro
237 warn_once(__VA_ARGS__); \
/gem5/src/base/stats/
H A Dhdf5.cc149 warn_once("HDF5 stat files don't support distributions.\n");
155 warn_once("HDF5 stat files don't support vector distributions.\n");
194 warn_once("HDF5 stat files don't support sparse histograms.\n");
/gem5/src/sim/
H A Dclocked_object.cc81 warn_once("ClockedObject: Already in the requested power state, " \
/gem5/src/arch/alpha/
H A Dremote_gdb.cc150 warn_once("Breakpoints do not work in Alpha PAL mode.\n"
/gem5/src/mem/cache/tags/indexing_policies/
H A Dskewed_associative.cc47 warn_once("Associativity higher than number of skewing functions. " \
/gem5/src/arch/arm/
H A Dpmu.cc606 warn_once("Can't change counter value: Counter %i does not exist.\n",
634 warn_once("Can't change counter type: Counter %i does not exist.\n",
674 warn_once("Dropping PMU interrupt as no interrupt has "
686 warn_once("Dropping PMU interrupt as no interrupt has "
/gem5/src/arch/arm/insts/
H A Dstatic_inst.hh267 warn_once("Illegal change to CPSR mode attempted\n");
270 warn_once("Ignoring write of bad mode to CPSR.\n");
H A Dmisc64.cc386 warn_once("\tinstruction '%s' unimplemented\n", fullMnemonic.c_str());
/gem5/src/dev/
H A Dintel_8254_timer.cc126 warn_once("Reading current count from inactive timer.\n");
/gem5/src/arch/arm/linux/
H A Dsystem.cc271 warn_once("Error out of identifiers for cache occupancy stats");
/gem5/src/dev/serial/
H A Dterminal.cc173 warn_once("Sockets disabled, not accepting terminal connections");
/gem5/src/dev/pci/
H A Ddevice.cc227 warn_once("Device specific PCI config space "
295 warn_once("Device specific PCI config space "
/gem5/src/cpu/kvm/
H A Dvm.cc590 warn_once("Use of multiple KvmVMs is currently untested!\n");
H A Dx86_cpu.cc869 warn_once("MISCREG_FISEG is non-zero.\n");
874 warn_once("MISCREG_FOSEG is non-zero.\n");
894 warn_once("MISCREG_FISEG is non-zero.\n");
899 warn_once("MISCREG_FOSEG is non-zero.\n");

Completed in 47 milliseconds

12