Searched refs:panic (Results 26 - 50 of 392) sorted by relevance

1234567891011>>

/gem5/src/arch/alpha/
H A Dsystem.cc70 panic("could not load console symbols\n");
73 panic("could not load pal symbols\n");
76 panic("could not load pal symbols\n");
79 panic("could not load console symbols\n");
82 panic("could not load pal symbols\n");
85 panic("could not load pal symbols\n");
137 panic("could not find hwrpb\n");
152 consolePanicEvent = addConsoleFuncEvent<BreakPCEvent>("panic");
217 panic("could not find m5AlphaAccess\n");
/gem5/src/cpu/kvm/
H A Dperfevent.cc112 panic("KVM: Failed to enable performance counters (%i)\n", errno);
119 panic("KVM: Failed to disable performance counters (%i)\n", errno);
126 panic("KVM: Failed to set period of performance counter (%i)\n", errno);
133 panic("KVM: Failed to refresh performance counter (%i)\n", errno);
156 panic("PerfKvmCounter: Failed to enable signals for counter (%i)\n",
175 panic("PerfKvmCounter::attach recieved error EACCESS\n"
182 panic("PerfKvmCounter::attach failed (%i)\n", errno);
203 panic("PerfKvmCounter: Failed to determine page size (%i)\n",
213 panic("PerfKvmCounter: MMAP failed (%i)\n",
245 panic("PerfKvmCounte
[all...]
H A Dvm.cc79 panic("KVM: Failed to get virtual CPU MMAP size\n");
205 panic("KVM: Failed to get supported CPUID (errno: %i)\n", errno);
237 panic("KVM: Failed to get supported CPUID (errno: %i)\n", errno);
269 panic("KVM: ioctl failed when checking for extension\n");
288 panic("Failed to create KVM VM\n");
365 panic("Tried to map an interleaved memory range into "
382 panic("Memory slots must have non-zero size.\n");
395 panic("Out of memory slots.\n");
447 panic("Failed to setup KVM memory region:\n"
475 panic("KV
[all...]
/gem5/src/mem/ruby/system/
H A DRubyPortProxy.cc62 panic("RubyPortProxy::makeRequest should not be called");
/gem5/src/arch/sparc/
H A Dstacktrace.hh53 panic("StackTrace::trace not implemented for SPARC.\n");
/gem5/src/dev/alpha/
H A Dtsunami_pchip.cc129 panic("PC_PLAT not implemented\n");
131 panic("PC_RES not implemented\n");
139 panic("PC_PERRSET not implemented\n");
141 panic("PC_TLBIV not implemented\n");
146 panic("PC_PMONCTL not implemented\n");
148 panic("PC_PMONCTN not implemented\n");
150 panic("Default in PChip Read reached reading 0x%x\n", daddr);
213 panic("PC_PLAT not implemented\n");
215 panic("PC_RES not implemented\n");
219 panic("PC_PERRMAS
[all...]
H A Dtsunami_cchip.cc109 panic("TSDEV_CC_MTR not implemeted\n");
155 panic("TSDEV_CC_PRBEN not implemented\n");
161 panic("TSDEV_CC_IICx not implemented\n");
167 panic("TSDEV_CC_MPRx not implemented\n");
176 panic("default in cchip read reached, accessing 0x%x\n");
184 panic("invalid access size(?) for tsunami register!\n");
251 panic("TSDEV_CC_CSR write\n");
253 panic("TSDEV_CC_MTR write not implemented\n");
284 panic("TSDEV_CC_MISC write not implemented\n");
291 panic("TSDEV_CC_AAR
[all...]
/gem5/src/dev/storage/
H A Ddisk_image.cc71 panic("Attempting to fork system with read-write raw disk image.");
91 panic("Error opening %s", filename);
106 panic("file not open!\n");
118 panic("RawDiskImage not initialized");
121 panic("file not open!\n");
125 panic("Could not seek to location in file");
140 panic("RawDiskImage not initialized");
143 panic("Cannot write to a read only disk image");
146 panic("file not open!\n");
150 panic("Coul
[all...]
/gem5/src/arch/generic/
H A Dmmapped_ipr.hh142 panic("Unhandled IPR access\n");
163 panic("Unhandled IPR access\n");
/gem5/src/unittest/
H A Dnmtest.cc46 panic("usage: %s <filename> <symbol>\n", argv[0]);
50 panic("file not found\n");
/gem5/src/dev/arm/
H A Damba_fake.cc66 panic("Tried to read AmbaFake at offset %#x that doesn't exist\n", daddr);
79 panic("Tried to write AmbaFake at offset %#x that doesn't exist\n", daddr);
/gem5/src/dev/serial/
H A Dserial.cc86 panic("SerialNullDevice does not have pending data.\n");
/gem5/configs/example/
H A Dsc_main.py48 m5.util.panic('sc_main return code was %d.' % result.code)
/gem5/src/dev/net/
H A Detherint.cc59 panic("You cannot change the peer once it is set.\n"
/gem5/src/mem/ruby/slicc_interface/
H A DMessage.hh65 { panic("MessageSizeType() called on wrong message!"); }
67 { panic("MessageSizeType() called on wrong message!"); }
97 { panic("getDestination() called on wrong message!"); }
99 { panic("getDestination() called on wrong message!"); }
/gem5/src/arch/sparc/insts/
H A Dmicro.hh75 panic("Tried to execute a macroop directly!\n");
81 panic("Tried to execute a macroop directly!\n");
87 panic("Tried to execute a macroop directly!\n");
/gem5/src/cpu/
H A Dstatic_inst.cc102 panic("StaticInst::fetchMicroop() called on instruction "
109 panic("StaticInst::branchTarget() called on instruction "
117 panic("StaticInst::branchTarget() called on instruction "
/gem5/src/arch/riscv/insts/
H A Dstatic_inst.hh90 panic("Tried to execute a macroop directly!\n");
97 panic("Tried to execute a macroop directly!\n");
103 panic("Tried to execute a macroop directly!\n");
/gem5/src/mem/cache/
H A Dnoncoherent_cache.hh94 panic("Unexpected timing snoop request %s", pkt->print());
98 panic("Unexpected timing snoop response %s", pkt->print());
107 panic("Unexpected atomic snoop request %s", pkt->print());
/gem5/src/dev/ps2/
H A Dmouse.cc77 panic("Mouse resend unimplemented.\n");
118 panic("Reading mouse data unimplemented.\n");
120 panic("Resetting mouse wrap mode unimplemented.\n");
122 panic("Setting mouse wrap mode unimplemented.\n");
124 panic("Setting mouse remote mode unimplemented.\n");
/gem5/src/cpu/simple/
H A Dbase.hh149 { panic("readMem() is not implemented\n"); }
155 { panic("initiateMemRead() is not implemented\n"); }
161 { panic("writeMem() is not implemented\n"); }
166 { panic("amoMem() is not implemented\n"); }
171 { panic("initiateMemAMO() is not implemented\n"); }
/gem5/src/arch/riscv/
H A Dfaults.cc50 panic("Fault %s encountered at pc 0x%016llx.", name(), tc->pcState().pc());
117 panic("Unknown privilege mode %d.", prv);
158 panic("Unknown instruction 0x%08x at pc 0x%016llx", inst->machInst,
165 panic("Illegal instruction 0x%08x at pc 0x%016llx: %s", inst->machInst,
173 panic("Unimplemented instruction %s at pc 0x%016llx", instName,
180 panic("Illegal floating-point rounding mode 0x%x at pc 0x%016llx.",
/gem5/src/arch/mips/
H A Dutility.cc53 panic("getArgument() not implemented\n");
96 panic("Invalid Floating Point Conversion Type (%d). See \"types.hh\" for List of Conversions\n",cvt_type);
171 panic("Type unsupported. Size mismatch\n");
194 panic("Type unsupported. Size mismatch\n");
216 panic("Type unsupported. Size mismatch\n");
266 panic("Copy Misc. Regs Not Implemented Yet\n");
/gem5/src/mem/
H A Dport.hh226 panic("%s was not expecting an atomic snoop request\n", name());
233 panic("%s was not expecting a functional snoop request\n", name());
239 panic("%s was not expecting a timing snoop request.\n", name());
245 panic("%s was not expecting a snoop retry.\n", name());
416 panic("%s was not expecting a %s\n", name(), __func__);
422 panic("%s was not expecting a timing snoop response\n", name());
/gem5/src/arch/arm/kvm/
H A Dbase_cpu.cc139 panic("Failed to determine register list size.\n");
151 panic("KVM: Failed to initialize vCPU\n");
161 panic("KVM: Failed to get vCPU register list (errno: %i)\n",

Completed in 27 milliseconds

1234567891011>>