Searched refs:warn_once (Results 1 - 25 of 45) sorted by relevance
12
/gem5/src/dev/arm/ |
H A D | realview.cc | 69 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 D | a9scu.cc | 71 warn_once("A9SCU with >4 CPUs is unsupported\n");
|
H A D | energy_ctrl.cc | 76 warn_once("EnergyCtrl: Disabled handler, ignoring read from reg %i\n", 164 warn_once("EnergyCtrl: Disabled handler, ignoring write %u to "\
|
H A D | rv_ctrl.cc | 151 warn_once("Ignoring write to reset control\n"); 175 warn_once("SCReg: Access to unknown device "
|
H A D | vio_mmio.cc | 216 warn_once("Ignoring queue resize hint. Requested size: %u\n", value);
|
H A D | timer_a9global.cc | 153 warn_once("A9 Global Timer doesn't support banked per-cpu registers\n");
|
H A D | vgic.cc | 218 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 D | FaultModel.cc | 192 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 D | t1000.cc | 53 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 D | pc.cc | 128 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 D | threadinfo.hh | 55 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 D | logging.hh | 216 #define warn_once(...) base_message_once(::Logger::getWarn(), __VA_ARGS__) macro 237 warn_once(__VA_ARGS__); \
|
/gem5/src/base/stats/ |
H A D | hdf5.cc | 149 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 D | clocked_object.cc | 81 warn_once("ClockedObject: Already in the requested power state, " \
|
/gem5/src/arch/alpha/ |
H A D | remote_gdb.cc | 150 warn_once("Breakpoints do not work in Alpha PAL mode.\n"
|
/gem5/src/mem/cache/tags/indexing_policies/ |
H A D | skewed_associative.cc | 47 warn_once("Associativity higher than number of skewing functions. " \
|
/gem5/src/arch/arm/ |
H A D | pmu.cc | 606 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 D | static_inst.hh | 267 warn_once("Illegal change to CPSR mode attempted\n"); 270 warn_once("Ignoring write of bad mode to CPSR.\n");
|
H A D | misc64.cc | 386 warn_once("\tinstruction '%s' unimplemented\n", fullMnemonic.c_str());
|
/gem5/src/dev/ |
H A D | intel_8254_timer.cc | 126 warn_once("Reading current count from inactive timer.\n");
|
/gem5/src/arch/arm/linux/ |
H A D | system.cc | 271 warn_once("Error out of identifiers for cache occupancy stats");
|
/gem5/src/dev/serial/ |
H A D | terminal.cc | 173 warn_once("Sockets disabled, not accepting terminal connections");
|
/gem5/src/dev/pci/ |
H A D | device.cc | 227 warn_once("Device specific PCI config space " 295 warn_once("Device specific PCI config space "
|
/gem5/src/cpu/kvm/ |
H A D | vm.cc | 590 warn_once("Use of multiple KvmVMs is currently untested!\n");
|
H A D | x86_cpu.cc | 869 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 251 milliseconds
12