Searched refs:panic (Results 251 - 275 of 392) sorted by relevance

<<111213141516

/gem5/src/sim/
H A Dmathexpr.cc164 panic("Invalid node!\n");
/gem5/src/systemc/channel/
H A Dsc_clock.cc169 panic("write() called on sc_clock.");
/gem5/src/systemc/utils/
H A Dsc_report.cc182 panic("simulation aborted");
/gem5/ext/sst/
H A DExtSlave.cc94 panic("Functional accesses not allowed after construction phase");
/gem5/src/base/vnc/
H A Dvncserver.cc194 panic("%s: cannot accept a connection if not listening!", name());
277 panic("Unknown vnc server state\n");
287 panic("vnc not properly attached.\n");
323 panic("Vnc client not properly attached.\n");
/gem5/src/dev/i2c/
H A Dbus.cc164 panic("Invalid state on posedge of clock in I2CBus::write.\n");
/gem5/src/mem/
H A Dpage_table.cc166 panic("Request spans page boundaries!\n");
H A Daddr_mapper.cc142 panic("AddrMapper %s got a response without sender state\n",
H A Dpacket_queue.cc122 panic("Packet queue %s has grown beyond 100 packets\n",
H A Dport_proxy.hh98 panic("Port proxies should never receive snoops.");
/gem5/src/mem/ruby/system/
H A DCacheRecorder.cc67 panic("Recorded cache block size (%d) < current block size (%d) !!",
/gem5/configs/ruby/
H A DAMD_Base_Constructor.py113 panic("This script requires VIPER based protocols \
/gem5/src/arch/riscv/
H A Dfaults.hh243 panic("Unknown privilege mode %d.", prv);
H A Dtlb.cc305 * as we currently support bare metal only, we throw a panic,
308 panic("translateInst not implemented in RISC-V.\n");
340 * as we currently support bare metal only, we throw a panic,
343 panic("translateData not implemented in RISC-V.\n");
349 // to translate it (which will cause a panic). Since RISC-V allows
/gem5/src/base/
H A Dstr.hh175 panic("Unrecognized exception.\n");
/gem5/src/dev/net/
H A Di8254xGBe.cc157 panic("Device specific PCI config space not implemented.\n");
176 panic("Invalid PCI memory access to unmapped memory.\n");
348 panic("Read request to unknown register number: %#x\n", daddr);
365 panic("Invalid PCI memory access to unmapped memory.\n");
421 panic("What's going on with eeprom interface? opcode:"
441 panic("Unknown eeprom opcode: %#X:%d\n", (uint32_t)eeOpcode,
463 panic("No support for interrupt on mdic complete\n");
465 panic("No support for reading anything but phy\n");
628 panic("No support for DCA\n");
670 panic("Extende
[all...]
/gem5/src/python/m5/util/
H A D__init__.py57 # panic() should be called when something happens that should never
60 def panic(fmt, *args): function
61 print('panic:', fmt % args, file=sys.stderr)
/gem5/src/arch/mips/
H A Dstacktrace.cc230 panic("Stack trace dump not implemented.\n");
/gem5/src/arch/x86/
H A Dstacktrace.cc55 panic("thread info not compiled into kernel\n");
172 // panic("decoding frame size again");
180 // panic("no return address value pc=%#x\n", pc);
/gem5/src/cpu/o3/
H A Ddyn_inst_impl.hh199 panic("Syscall emulation isn't available in FS mode.\n");
/gem5/src/cpu/
H A Dsimple_thread.hh453 panic("Tried to read a CC register.");
521 panic("Tried to set a CC register.");
690 panic("readCCRegFlat w/no CC regs!\n");
696 panic("setCCRegFlat w/no CC regs!\n");
/gem5/src/arch/sparc/
H A Dtlb.hh166 panic("demapPage(Addr) is not implemented.\n");
/gem5/src/mem/ruby/common/
H A DSet.hh197 panic("No smallest element of an empty set.");
/gem5/src/cpu/minor/
H A Ddyn_inst.cc178 panic("Unknown register class: %d", (int)reg.classValue());
/gem5/src/cpu/testers/rubytest/
H A DCheck.cc314 panic("Action/check failure: proc: %d address: %#x data: %s "
333 panic("Unexpected TesterStatus: %s proc: %d data: %s m_status: %s "

Completed in 43 milliseconds

<<111213141516