Searched refs:panic (Results 126 - 150 of 392) sorted by relevance

1234567891011>>

/gem5/src/cpu/simple/
H A Datomic.hh127 panic("Atomic CPU doesn't expect recvTimingResp!\n");
133 panic("Atomic CPU doesn't expect recvRetry!\n");
/gem5/src/arch/sparc/
H A Disa.cc173 panic("Tick comparison event active when clearing the ISA object.\n");
223 panic("PCR not implemented\n");
225 panic("PIC not implemented\n");
247 panic("Priviliged access to tick registers not implemented\n");
333 panic("Miscellaneous register %d not implemented\n", miscReg);
358 panic("Performance Instrumentation not impl\n");
361 panic("Can read from softint clr/set\n");
405 panic("PCR not implemented\n");
407 panic("PIC not implemented\n");
438 panic("Privilige
[all...]
/gem5/src/cpu/
H A Dnativetrace.hh109 panic("Read call failed! %s\n", strerror(errno));
/gem5/src/kern/linux/
H A Devents.cc124 panic(descr());
/gem5/src/mem/ruby/structures/
H A DBankedArray.cc84 panic("BankedArray reservation error");
/gem5/src/base/vnc/
H A Dvncinput.cc79 panic("Trying to VNC frame buffer to NULL!");
/gem5/src/arch/arm/
H A Dvtophys.cc104 panic("Table walkers support functional accesses. We should never get here\n");
/gem5/src/arch/x86/
H A Dintmessage.hh111 panic("buildIntResponse not implemented.\n");
/gem5/src/cpu/testers/directedtest/
H A DInvalidateGenerator.cc79 panic("initiate was unexpectedly called\n");
H A DRubyDirectedTester.hh64 { panic("%s does not expect a retry\n", name()); }
H A DRubyDirectedTester.cc89 panic("RubyDirectedTester::getPort: unknown index %d\n", idx);
/gem5/src/dev/alpha/
H A Dtsunami_io.cc138 panic("I/O Read - va%#x size %d\n", pkt->getAddr(), pkt->getSize());
144 panic("I/O Read - invalid addr - va %#x size %d\n",
147 panic("I/O Read - invalid size - va %#x size %d\n", pkt->getAddr(), pkt->getSize());
226 panic("I/O Write - va%#x size %d data %#x\n",
/gem5/src/dev/arm/
H A Dtimer_sp804.cc78 panic("Tried to read SP804 at offset %#x that doesn't exist\n", daddr);
113 panic("Tried to read SP804 timer at offset %#x\n", daddr);
133 panic("Tried to write SP804 at offset %#x that doesn't exist\n", daddr);
170 panic("Tried to write SP804 timer at offset %#x\n", daddr);
H A Dtimer_a9global.cc75 panic("Tried to read A9GlobalTimer at offset %#x that doesn't exist\n",
138 panic("Tried to read A9GlobalTimer at offset %#x\n", daddr);
158 panic("Tried to write A9GlobalTimer at offset %#x doesn't exist\n",
206 panic("Tried to write A9GlobalTimer at offset %#x\n", daddr);
H A Da9scu.cc82 panic("Tried to read SCU at offset %#x\n", daddr);
H A Dtimer_cpulocal.cc105 panic("Tried to read CpuLocalTimer at offset %#x that doesn't exist\n", daddr);
161 panic("Tried to read from WatchdogDisableRegister\n");
164 panic("Tried to read CpuLocalTimer at offset %#x\n", daddr);
183 panic("Tried to write CpuLocalTimer at offset %#x that doesn't exist\n", daddr);
259 panic("Tried to write CpuLocalTimer timer at offset %#x\n", daddr);
H A Dsmmu_v3_caches.cc81 panic("Unknown cache replacement policy '%s'\n", policy_name);
193 panic("SMMUTLB: duplicate entry found!\n");
243 panic("Tried to store an invalid entry\n");
402 panic("Unknown allocation mode %d\n", alloc);
412 panic("Unknown allocation mode %d\n", alloc);
419 panic("Unknown replacement policy %d\n", replacementPolicy);
472 panic("ARMArchTLB: duplicate entry found!\n");
495 panic("Tried to store an invalid entry\n");
619 panic("Unknown replacement policy %d\n", replacementPolicy);
671 panic("IPACach
[all...]
/gem5/configs/ruby/
H A DGarnet_standalone.py48 panic("This script requires Garnet_standalone protocol to be built.")
/gem5/src/dev/net/
H A Detherbus.cc87 panic("Etherbus doesn't work\n");
/gem5/src/arch/alpha/
H A Dutility.cc44 panic("getArgument() is Full system only\n");
/gem5/src/cpu/testers/rubytest/
H A DRubyTester.cc141 panic("RubyTester::getPort: unknown inst port %d\n",
150 panic("RubyTester::getPort: unknown inst+data port %d\n",
165 panic("RubyTester::getPort: unknown data port %d\n",
268 panic("Deadlock detected: current_time: %d last_progress_time: %d "
/gem5/src/mem/
H A Dport.cc85 panic("Attempting to unbind master port %s that is not connected\n",
/gem5/src/arch/generic/
H A Dtlb.hh100 panic("Not implemented.\n");
/gem5/src/learning_gem5/part2/
H A Dsimple_memobj.hh103 { panic("recvAtomic unimpl."); }
/gem5/src/dev/serial/
H A Dterminal.cc161 panic("Invalid option\n");
195 panic("%s: cannot accept a connection if not listening!", name());
259 panic("Terminal not properly attached.\n");
283 panic("Terminal not properly attached.\n");

Completed in 30 milliseconds

1234567891011>>