Searched refs:panic (Results 201 - 225 of 392) sorted by relevance

1234567891011>>

/gem5/src/gpu-compute/
H A Dbrig_object.cc201 panic("Multiple definition of Function!!: %s\n",
288 panic("Read only data type not supported: %s\n",
326 panic("Label directives cannot be at the module level: %s\n",
H A Dtlb_coalescer.cc75 panic("TLBCoalescer::getPort: unknown index %d\n", idx);
81 panic("TLBCoalescer::getPort: unknown index %d\n", idx);
86 panic("TLBCoalescer::getPort: unknown port %s\n", if_name);
331 panic("recvReqRetry called");
H A Dgpu_tlb.cc139 panic("TLBCoalescer::getPort: unknown index %d\n", idx);
145 panic("TLBCoalescer::getPort: unknown index %d\n", idx);
152 panic("TLBCoalescer::getPort: unknown port %s\n", if_name);
284 panic("CPUID memory space not yet implemented!\n");
639 panic("Access to unrecognized internal address space %#x.\n",
1100 panic("Virtual Page Address %#x already has a return event\n",
1143 panic("Page fault detected");
1149 panic("Page fault detected");
1352 panic("Unexpected TLB outcome %d", outcome);
1597 panic("recvReqRetr
[all...]
/gem5/src/arch/arm/insts/
H A Dpred_inst.hh190 panic("Unrecognized FP data type");
203 panic(
371 panic("Execute method called when it shouldn't!");
/gem5/util/tlm/src/
H A Dsc_master_port.cc126 panic("gem5 operates neither in Timing nor in Atomic mode");
185 panic("unimplemented phase in callback");
385 panic("Unexpected status after sending BEGIN_RESP");
/gem5/src/cpu/
H A Dpc_event.cc172 panic(descr());
H A Dprofile.cc72 panic("could not find symbol for address %#x\n", addr);
H A Dpc_event.hh129 panic("cannot remove an uninitialized event;");
/gem5/src/base/
H A Ddebug.cc90 panic("Flag %s already defined!", name);
H A Dfiber.cc67 void main() { panic("PrimaryFiber main executed.\n"); }
H A Dstatistics.cc213 panic("invalid stat name '%s'", name);
223 panic("same statistic name used twice! name=%s\n",
263 panic("Not all stats have been initialized.\n"
271 panic("all printable stats must be named");
/gem5/src/systemc/core/
H A Dport.cc155 panic("Unrecognized port policy %d.", portBase->_portPolicy());
/gem5/src/arch/alpha/
H A Dremote_gdb.cc161 panic("acc function needs to be rewritten for SE mode\n");
/gem5/src/arch/arm/
H A Dstacktrace.cc55 panic("thread info not compiled into kernel\n");
H A Dinterrupts.cc91 panic("Unhandled interrupt type!");
/gem5/src/arch/generic/linux/
H A Dthreadinfo.hh79 panic("curThreadInfo() not implemented for this ISA");
/gem5/src/mem/
H A Dabstract_mem.cc75 panic("Memory Size not divisible by page size\n");
379 panic("Invalid size for conditional read/write\n");
424 panic("Unexpected packet %s", pkt->print());
461 panic("AbstractMemory: unimplemented functional command %s",
H A Dse_translating_port_proxy.cc105 panic("Page table fault when accessing virtual address %#x "
/gem5/src/mem/cache/
H A Dqueue.hh116 panic("Failed to add to ready list.");
/gem5/src/mem/ruby/system/
H A DRubyPort.hh133 { panic("recvFunctional should never be called on pio slave port!"); }
/gem5/src/mem/ruby/structures/
H A DPerfectCacheMemory.hh149 panic("cacheProbe called in perfect cache");
/gem5/src/dev/arm/
H A Dsmmu_v3_transl.cc148 panic("Transaction crosses 4k boundary (addr=%#x size=%#x)!\n",
229 panic("fault\n");
605 panic("Bad or unimplemented STE config %d\n",
1118 panic("hazard4kRelease: request not found");
1197 panic("hazardIdRelease: request not found");
1257 panic("Not in atomic or timing mode");
1304 panic("Event queue full - aborting\n");
1321 panic("eventq msi not enabled\n");
1334 panic("SID %#x out of range, max=%#x", sid, max_sid);
1343 panic("Invali
[all...]
/gem5/src/arch/generic/
H A Ddebugfaults.hh124 void debugFunc() override { panic(message()); }
125 FaultName name() const override { return "panic fault"; }
/gem5/src/arch/sparc/
H A Dtlb.cc347 panic("entry: %d\n", entry);
552 panic("Lookup table size: %d tlb size: %d\n", lookupTable.size(),
662 panic("Little Endian ASIs not supported\n");
668 // panic("No Fault ASIs not supported\n");
671 panic("Partial Store ASIs not supported\n");
674 panic("Cmt ASI registers not implmented\n");
689 panic("Accessing ASI %#X. Should we?\n", asi);
1038 panic("need to impl DTB::doMmuRegRead() got asi=%#x, va=%#x\n",
1220 panic("Invalid type for IMMU demap\n");
1270 panic("Invali
[all...]
/gem5/src/mem/ruby/common/
H A DNetDest.cc149 panic("No smallest element of an empty set.");
163 panic("No smallest element of given MachineType.");

Completed in 26 milliseconds

1234567891011>>