Searched refs:warn (Results 26 - 50 of 169) sorted by relevance

1234567

/gem5/src/dev/
H A Disa_fake.cc60 warn("Device %s accessed by read to address %#x size=%d\n",
115 warn("Device %s accessed by write to address %#x size=%d data=%#x\n",
/gem5/src/arch/arm/kvm/
H A Darm_cpu.cc405 warn("Unhandled register length, register (0x%x) ignored.\n");
625 warn("Skipping non-ARM register: 0x%x\n", *it);
637 warn("Skipping register with unknown CP (%i) id: 0x%x\n",
666 warn("KVM: Ignoring unknown KVM co-processor register (0x%.8x):\n",
668 warn("\t0x%x: [CP: %i 64: %i CRn: c%i opc1: %.2i CRm: c%i"
675 warn("KVM: Co-processor reg. %s not implemented by gem5.\n",
692 warn("Unexpected VFP register length (reg: 0x%x).\n", id);
708 warn("Unhandled VFP control register: 0x%x\n", id);
713 warn("Ignoring VFP control register (%s) with "
721 warn("Unhandle
[all...]
/gem5/src/python/m5/util/
H A Ddot_writer_ruby.py42 from m5.util import warn
119 warn("failed to generate dot output from %s", dot_filename)
/gem5/src/cpu/kvm/
H A Dx86_cpu.cc391 warn("Illegal %s base: 0x%x\n", name, seg.base);
402 warn("Illegal %s base: 0x%x\n", name, seg.base);
412 warn("CS type is 3 but dpl != 0.\n");
417 warn("CS type is %i but CS DPL != SS DPL\n", seg.type);
422 warn("CS type is %i but CS DPL > SS DPL\n", seg.type);
425 warn("Illegal CS type: %i\n", seg.type);
436 warn("CS type is 3, but SS DPL is != 0.\n");
440 warn("SS DPL is %i, but CR0 PE is 0\n", seg.dpl);
443 warn("Illegal SS type: %i\n", seg.type);
456 warn("
[all...]
/gem5/src/kern/linux/
H A Devents.cc111 warn(descr());
H A Dlinux.cc68 warn("Attempting to open special file: %s. Ignoring. Simulation may "
/gem5/src/base/
H A Dhostinfo.cc61 warn("could not get host name!");
H A Dintmath.hh82 warn("Warning, power() function is quite slow for large exponents\n");
93 warn("power() overflowed!\n");
H A Dlogging.hh212 #define warn(...) base_message(::Logger::getWarn(), __VA_ARGS__) macro
223 * if + warn.
225 * @param cond Condition that is checked; if true -> warn
231 warn(__VA_ARGS__); \
/gem5/src/arch/arm/linux/
H A Dsystem.cc146 warn("couldn't append bootargs to DTB file: %s\n",
150 warn("dtb_file cast failed; couldn't append bootargs "
162 warn("Kernel supports device tree, but no DTB file specified\n");
167 warn("DTB file specified, but no device tree support in kernel\n");
/gem5/src/arch/alpha/
H A Dlocked_mem.hh125 warn("context %d: %d consecutive "
/gem5/src/arch/mips/
H A Dlocked_mem.hh120 warn("%i: context %d: %d consecutive "
/gem5/src/dev/mips/
H A Dmalta_cchip.cc59 warn("MaltaCCHIP::MaltaCChip() not implemented.");
/gem5/src/dev/x86/
H A Dspeaker.cc65 warn("The gate bit of the pc speaker isn't implemented and "
/gem5/src/arch/sparc/linux/
H A Dprocess.cc64 warn("Unknown operating system; assuming Linux.");
/gem5/src/cpu/checker/
H A Dcpu.cc249 warn("%lli: Flags do not match CPU:%#x %#x %#x Checker:%#x %#x %#x\n",
317 warn("%lli: Flags do not match CPU:%#x %#x Checker:%#x %#x %#x\n",
351 warn("%lli: Store value does not match value sent to memory! "
389 warn("%lli: Checker PC:%s",
H A Dcpu_impl.hh224 warn("%lli: Changed PC does not match expected PC, "
266 warn("%lli: Instruction PC %s was not found in the "
462 warn("%lli: PCs do not match! Inst: %s, checker: %s",
465 warn("%lli: Changed PCs recently, may not be an error",
473 warn("%lli: StaticInstPtrs don't match. (%s, %s).\n", curTick(),
519 warn("%lli: Instruction results (%i) do not match! (Values may"
529 // the option to only warn on loads having a result error.
540 warn("%lli: Instruction next PCs do not match! Inst: %#x, "
557 warn("%lli: Misc reg idx %i (side effect) does not match! "
576 // Change this back to warn i
[all...]
/gem5/src/dev/arm/
H A Da9scu.cc99 warn("Tried to write SCU at offset %#x\n", daddr);
H A Dkmi.cc105 warn("Tried to read PL050 at offset %#x that doesn't exist\n", daddr);
150 warn("PL050: Unhandled write of %#x to offset %#x\n", data, daddr);
/gem5/src/mem/
H A Dport.cc142 warn("Port %s doesn't support requesting a back door.", name());
/gem5/src/mem/ruby/network/fault_model/
H A DFaultModel.cc184 warn("Fault Model: ERROR! unknown router ID argument.");
220 warn("Fault Model: ERROR! unknown router ID argument.");
/gem5/src/base/vnc/
H A Dvncserver.cc198 warn("%s: failed to accept VNC connection!", name());
270 warn("Unimplemented message type recv from client: %d\n",
391 warn("Failed to read protocol version.");
399 warn(" Malformed protocol version %s\n", version_string);
409 warn("Unsupported VNC client version... disconnecting\n");
441 warn("Unknown VNC security type\n");
510 warn("VNC client doesn't support true color raw encoding\n");
546 warn("VNC clients must always support raw encoding\n");
/gem5/src/dev/virtio/
H A Dpci.cc170 warn("Guest tried to write device features.");
210 warn("Guest tried to write ISR status.");
/gem5/src/sim/
H A Ddvfs_handler.hh143 warn("DVFSHandler %s reads illegal frequency level %u from "\
H A Dvoltage_domain.cc125 warn("DVFS: Perf level for voltage domain %s adapted to "\

Completed in 33 milliseconds

1234567