Searched refs:panic (Results 276 - 300 of 392) sorted by relevance

<<111213141516

/gem5/src/base/
H A Dinet.cc242 panic("Unrecognized IP packet format");
256 panic("Unrecognized IP packet format");
H A Doutput.cc194 panic("Output directory not set!");
/gem5/src/arch/mips/
H A Dmt.hh75 panic("Unexpected reg class! (%s)", reg.className());
99 panic("Unexpected reg class! (%s)", reg.className());
/gem5/src/systemc/core/
H A Dscheduler.cc520 panic("Kill/reset exception escaped a Process::run()");
536 panic("No exception thrown in reportifyException.");
/gem5/src/learning_gem5/part2/
H A Dsimple_cache.cc320 panic("Unknown packet type in upgrade size");
352 panic("Unknown packet type!");
/gem5/src/arch/arm/insts/
H A Dvfp.hh296 panic("Unsupported roundMode %d\n", roundMode);
366 panic("Unsupported width %d\n", width);
790 panic("Unimplemented version of doOp called.\n");
796 panic("Unimplemented version of doOp called.\n");
802 panic("Unimplemented version of doOp called.\n");
808 panic("Unimplemented version of doOp called.\n");
/gem5/src/arch/arm/
H A Dfaults.cc344 panic("Invalid target exception level");
361 panic("Invalid exception level");
377 panic("Invalid exception level");
599 panic("unknown Mode\n");
639 panic("Invalid target exception level");
782 panic("Attempted to execute disabled instruction "
785 panic("Attempted to execute unknown instruction (inst 0x%08x)",
788 panic("Attempted to execute unimplemented instruction "
1119 panic("Invalid fault source\n");
1305 panic("Asynchronou
[all...]
H A Disa.cc288 panic("Invalid highest implemented exception level");
472 panic("Unimplemented system register %s read.\n",
586 panic("shouldn't be reading this register seperately\n");
822 panic("Unimplemented system register %s write with %#x.\n",
1689 panic("Security Extensions required for ATS12NSOPR");
1696 panic("Security Extensions required for ATS12NSOPW");
1703 panic("Security Extensions required for ATS12NSOUR");
1710 panic("Security Extensions required for ATS12NSOUW");
2104 panic("Trying to get a generic timer from a system that hasn't "
H A Dpmu.cc295 panic("Unexpected PMU register: %i\n", miscRegName[misc_reg]);
393 panic("Unexpected PMU register: %i\n", miscRegName[misc_reg]);
519 panic("Unexpected execution level in PMU::isFiltered.\n");
H A Disa.hh413 panic("Unrecognized mode setting in CPSR.\n");
496 panic("Invalid exception level");
640 panic("Unrecognized misc. register.\n");
/gem5/src/cpu/o3/
H A Dlsq_unit.hh224 LSQUnit(const LSQUnit &l) { panic("LSQUnit is not copy-able"); }
270 Fault executeLoad(int lq_idx) { panic("Not implemented"); return NoFault; }
785 panic("Should not check one of these");
H A Dmem_dep_unit_impl.hh265 panic("Unknown type! (most likely a barrier).");
301 panic("Unknown type! (most likely a barrier).");
/gem5/src/mem/ruby/system/
H A DSequencer.cc97 panic("Possible Deadlock detected. Aborting!\n"
112 panic("Possible Deadlock detected. Aborting!\n"
605 panic("Unsupported ruby packet type\n");
/gem5/src/cpu/minor/
H A Dlsq.cc1229 panic("Unrecognized LSQ request state %d.", request->state);
1251 panic("Unrecognized LSQ request state %d.", request->state);
1332 panic("Shouldn't be allowed to receive a response from another state");
1363 panic("Unrecognized retry request state %d.", retryRequest->state);
1386 panic("Unrecognized retry request state %d.", retryRequest->state);
1595 panic("Do not expect cross-cache-line atomic memory request\n");
/gem5/src/arch/arm/kvm/
H A Dgic.cc224 panic("MuxingKvmGic: PIO from gem5 is currently unsupported\n");
233 panic("MuxingKvmGic: PIO from gem5 is currently unsupported\n");
/gem5/src/arch/x86/
H A Dtlb.cc179 panic("CPUID memory space not yet implemented!\n");
221 panic("Access to unrecognized internal address space %#x.\n",
H A Dfaults.hh161 panic("Unimplemented instruction!");
/gem5/src/dev/
H A Ddma_device.cc130 panic("DMA port of %s not connected to anything!", name());
278 panic("Unknown memory mode.");
H A Dpixelpump.cc291 panic("Unexpected underrun in BasePixelPump (%u, %u)\n",
/gem5/src/sim/
H A Dsystem.cc221 panic("System port on %s is not connected.\n", name());
348 panic("replaceThreadContext: bad id, %d >= %d\n",
H A Dbyteswap.hh122 panic("Can't byte-swap values larger than 64 bits");
/gem5/src/python/m5/
H A Dmain.py229 from .util import inform, fatal, panic, isInteractive
376 panic("Unhandled listener mode: %s" % options.listener_mode)
/gem5/src/arch/x86/insts/
H A Dstatic_inst.cc104 panic("Unrecognized segment %d\n", segment);
/gem5/src/arch/sparc/
H A Dpagetable.hh46 VAddr(Addr a) { panic("not implemented yet."); }
/gem5/src/arch/alpha/
H A Dfaults.cc146 panic("Arithmetic traps are unimplemented!");

Completed in 72 milliseconds

<<111213141516