Searched refs:warn (Results 76 - 100 of 169) sorted by relevance

1234567

/gem5/src/dev/net/
H A Dtcp_iface.cc217 warn("ListenSocket(accept): setsockopt() TCP_NODELAY failed!");
234 warn("ConnectSocket(connect): setsockopt() TCP_NODELAY failed!");
H A Ddist_iface.cc275 warn("Ckpt requested multiple times (req:%d)\n", static_cast<int>(req));
286 warn("Exit requested multiple times (req:%d)\n", static_cast<int>(req));
929 warn("Dist-rank parameter is queried in single gem5 simulation.");
942 warn("Dist-size parameter is queried in single gem5 simulation.");
H A Ddist_etherlink.cc86 warn("DistEtherLink(): sync_repeat is %lu and linkdelay is %lu",
/gem5/ext/testlib/
H A Dlog.py196 def warn(self, message): member in class:LogWrapper
244 def warn(self, message): member in class:TestLogWrapper
H A Drunner.py202 log.test_log.warn('%s\n%s' % (exc, msg))
216 log.test_log.warn('%s\n%s' % (exc, msg))
H A Dloader.py136 .. warn:: This class is extremely thread-unsafe.
242 log.test_log.warn(
273 log.test_log.warn('%s\n'
/gem5/src/dev/arm/
H A Dpl011.cc137 warn("PL011: DMA not supported\n");
252 warn("PL011: DMA not supported\n");
H A Dgic_v3_distributor.cc330 warn("Gicv3Distributor::read(): "
406 warn("Gicv3Distributor::read(): "
411 warn("Gicv3Distributor::read(): "
730 warn("Gicv3Distributor::write(): "
847 warn("Gicv3Distributor::write(): "
871 warn("Gicv3Distributor::write(): "
876 warn("Gicv3Distributor::write(): "
900 warn("Gicv3Distributor::write(): "
H A Dsmmu_v3.cc122 warn("SMMUv3 IDx register values unchecked\n");
560 warn("Unimplemented command %#x\n", cmd.dw0.type);
591 warn("smmu: secure registers (0x%x) are not implemented\n",
645 warn("CMDQ is enabled: ignoring write to CMDQ_CONS\n");
669 warn("CMDQ is enabled: ignoring write to CMDQ_BASE\n");
696 warn("smmu: secure registers (0x%x) are not implemented\n",
699 warn("smmu: write to read-only/undefined register at 0x%x\n",
H A Denergy_ctrl.cc256 warn("Existing EnergyCtrl, but no enabled DVFSHandler found.\n");
/gem5/src/dev/x86/
H A Di82094aa.cc153 warn("Access to undefined I/O APIC register %#x.\n", offset);
177 warn("Access to undefined I/O APIC register %#x.\n", offset);
/gem5/src/arch/arm/
H A Dsemihosting.cc160 warn("Unknown aarch64 semihosting call: op = 0x%x, param = 0x%x",
165 warn("Unimplemented aarch64 semihosting call: "
195 warn("Unknown aarch32 semihosting call: op = 0x%x, param = 0x%x",
200 warn("Unimplemented aarch32 semihosting call: "
532 warn("Semihosting: SYS_SYSTEM not implemented. Guest tried to run: %s\n",
584 warn("Some physical memory out of range for a 32-bit guest.");
855 warn("Unknown file mode for the ':tt' special file");
H A Dpmu.cc298 warn("Not doing anything for write to miscreg %s\n",
396 warn("Not doing anything for read from miscreg %s\n",
586 warn("Can't enable PMU counter of type '0x%x': "
745 warn("event %d does not exist\n", eventId);
/gem5/src/sim/
H A Dserialize.hh395 T &param, bool warn = true)
400 if (warn)
401 warn("optional parameter %s:%s not present\n", section, name);
H A Dprocess.cc270 warn("Unable to find thread context to revoke");
364 warn("Checkpoints for file descriptors currently do not work.");
376 warn("Checkpoints for file descriptors currently do not work.");
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_phase_callback_registry.h118 mask_type validate_mask( cb_type&, mask_type, bool warn );
/gem5/src/systemc/core/
H A Dsc_spawn.cc58 warn("Ignoring request to set stack size.\n");
/gem5/src/dev/ps2/
H A Dtypes.cc189 warn("Unknown extended key %#x\n", key);
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.cc184 warn("Gem5SystemC external event received while not in simulate");
/gem5/src/cpu/kvm/
H A Dperfevent.cc100 warn("PerfKvmCounter: Failed to unmap ring buffer (%i)\n",
H A Dvm.cc324 warn("kvm VM: notifyFork failed to close vmFD\n");
495 warn("KVM: Failed to create in-kernel IRQ chip (errno: %i)\n",
/gem5/src/python/m5/util/
H A D__init__.py71 # warn() should be called when the user should be warned about some condition
74 def warn(fmt, *args): function
75 print('warn:', fmt % args, file=sys.stderr)
/gem5/src/base/loader/
H A Dobject_file.cc164 warn("couldn't remove temporary file %s\n", tmpnam);
/gem5/src/gpu-compute/
H A Dbrig_object.cc182 warn("HSA function invocations are unsupported.\n");
396 warn("Unknown Brig directive kind: %d\n", dirPtr->kind);
/gem5/src/cpu/minor/
H A Dbuffers.hh435 warn("%s: No space to push data into queue of capacity"
460 warn("%s: No space is reservable in queue", name());

Completed in 46 milliseconds

1234567