Searched refs:panic (Results 226 - 250 of 392) sorted by relevance

1234567891011>>

/gem5/src/arch/sparc/insts/
H A Dstatic_inst.cc320 panic("Tried testing condition nonexistant condition code %d", condition);
368 panic("Tried testing condition nonexistant "
/gem5/src/arch/arm/linux/
H A Dsystem.cc73 "panic", "Kernel panic in simulated kernel", dmesg_output);
76 "panic", "Kernel panic in simulated kernel", dmesg_output);
248 panic("dumpStatsPCEvent not created!");
352 panic("System is not LinuxArmSystem while getting Linux process info!");
/gem5/src/arch/mips/
H A Dtlb.cc288 panic("translateInst not implemented in MIPS.\n");
303 panic("translateData not implemented in MIPS.\n");
/gem5/src/dev/serial/
H A Duart8250.cc167 panic("Tried to access a UART port that doesn't exist\n");
259 panic("Tried to access a UART port that doesn't exist\n");
/gem5/src/cpu/
H A Dstatic_inst.hh279 panic("initiateAcc not defined!");
285 panic("completeAcc not defined!");
/gem5/src/base/
H A Daddr_range.hh369 panic("Cannot test intersection of %s and %s\n",
384 panic("Cannot test subset of interleaved range %s\n", to_string());
/gem5/src/mem/
H A Dcoherent_xbar.hh242 panic("SnoopRespPort should never see retry");
248 panic("SnoopRespPort should never see timing response");
H A Dmem_checker_monitor.cc125 panic("Atomic not supported");
131 panic("Atomic not supported");
H A Dpacket.cc304 panic("Don't know how to handle command %s\n", cmdString());
352 panic("%i isn't a supported word size.\n", getSize());
373 panic("%i isn't a supported word size.\n", getSize());
/gem5/src/arch/arm/
H A Dutility.hh94 panic("Unhandled predicate condition: %d\n", code);
115 panic("Copy Misc. Regs Not Implemented Yet\n");
H A Dtable_walker.cc288 panic("Invalid exception level");
1069 panic("Reserved texcb value!\n");
1072 panic("Implementation-defined texcb value!\n");
1088 panic("Reserved texcb value!\n");
1099 panic("More than 32 states for 5 bits?\n");
1147 panic("Imp defined type\n");
1187 panic("Reserved type");
1288 panic("Unpredictable behavior\n");
1300 panic("Unpredictable behavior\n");
1318 panic("Unpredictabl
[all...]
/gem5/src/cpu/trace/
H A Dtrace_cpu.cc311 panic("Trace has %d elements. It must have at least %d elements.\n",
317 panic("Trace has %d elements. It must have at least %d elements.\n",
475 panic("Retry packet's seqence number does not match "
1057 panic("Read of first message in the trace failed.\n");
1268 panic("Failed to read packet header from %s\n", filename);
1271 panic("Trace %s was recorded with a different tick frequency %d\n",
1479 panic("Failed to read packet header from %s\n", filename);
1482 panic("Trace %s was recorded with a different tick frequency %d\n",
/gem5/src/dev/arm/
H A Dgic_v3.cc128 panic("Gicv3::read(): unknown address %#x\n", addr);
166 panic("Gicv3::write(): unknown address %#x\n", addr);
H A Dsmmu_v3.cc228 panic("Not in timing or atomic mode!");
269 panic("ACTION_TERMINATE in atomic mode\n");
272 panic("Unknown action\n");
361 panic("Unknown action\n");
379 panic("Not in timing or atomic mode!");
556 panic("resume unimplemented");
577 panic("Unknown translation granule size %d", trans_granule);
605 panic("smmu: unallowed access size: %d bytes\n", pkt->getSize());
/gem5/src/arch/x86/
H A Ddecoder.cc136 panic("Went to the error state in the decoder.\n");
138 panic("Unrecognized state! %d\n", state);
239 panic("Unrecognized prefix %#x\n", nextByte);
370 panic("Unrecognized opcode type %d.\n", emi.opcode.type);
614 panic("Undefined displacement size!\n");
/gem5/src/arch/arm/insts/
H A Dstatic_inst.cc471 panic("Unrecognized condition code %d.\n", code);
544 panic("Tried to disassemble unrecognized shift type.\n");
662 panic("Illegal EL in advSIMDFPAccessTrap64\n");
834 panic("Unrecognized Exception Level: %d\n", targetEL);
866 panic("Unrecognized Exception Level: %d\n", targetEL);
964 panic("Unrecognized Exception Level: %d\n", pstateEL);
984 panic("Illegal EL in sveAccessTrap\n");
/gem5/src/arch/sparc/
H A Dprocess.cc107 panic("Unimplemented trap to operating system: trap number %#x.\n", trapNum);
446 panic("Otherwin non-zero.\n");
481 panic("Otherwin non-zero.\n");
/gem5/src/systemc/tlm_bridge/
H A Dtlm_to_gem5.cc136 panic("Unexpected status after sending BEGIN_RESP");
234 panic("unimplemented phase in callback");
504 panic("gem5 operates neither in Timing nor in Atomic mode");
/gem5/system/alpha/console/
H A Dprintf.c285 panic(const char *f, ...) function
/gem5/src/arch/x86/bios/
H A DIntelMP.py79 panic("Don't know what type of Intel MP entry %s is." \
/gem5/src/dev/storage/
H A Dide_disk.hh286 if (ctrl) panic("Cannot change the controller once set!\n");
/gem5/util/tlm/src/
H A Dsim_control.cc75 panic("Tried to instantiate Gem5SimControl more than once!\n");
/gem5/src/dev/net/
H A Dpktfifo.hh201 panic("total (%d) is not == to size (%d)\n", total, _size);
/gem5/src/mem/ruby/network/
H A DNetwork.cc155 panic("Invalid range for type MessageSizeType");
/gem5/src/mem/ruby/network/fault_model/
H A DFaultModel.cc166 panic("Fault Model: ERROR! configuration not found in DB. BUG?");

Completed in 53 milliseconds

1234567891011>>