Searched refs:fatal (Results 151 - 175 of 220) sorted by relevance

123456789

/gem5/src/cpu/minor/
H A Dfetch1.cc95 fatal("%s: fetch1LineSnapWidth must be a multiple "
103 fatal("%s: fetch1LineWidth must be a multiple of"
110 fatal("%s: fetch1FetchLimit must be >= 1 (%d)\n", name_,
H A Dlsq.cc1419 fatal("%s: executeMaxAccessesInMemory must be >= 1 (%d)\n", name_,
1424 fatal("%s: executeLSQMaxStoreBufferStoresPerCycle must be"
1429 fatal("%s: executeLSQRequestsQueueSize must be"
1434 fatal("%s: executeLSQTransfersQueueSize must be"
1439 fatal("%s: executeLSQStoreBufferSize must be"
1444 fatal("%s: lineWidth: %d must be a power of 2\n", name(), lineWidth);
H A Dfetch2.cc77 fatal("%s: decodeInputWidth must be >= 1 (%d)\n", name, outputWidth);
80 fatal("%s: fetch2InputBufferSize must be >= 1 (%d)\n", name,
/gem5/src/arch/x86/
H A Dtlb.cc67 fatal("TLBs must have a non-zero size.\n");
501 fatal("TLB size less than the one in checkpoint!");
/gem5/src/python/m5/
H A Dmain.py216 fatal("Tracing is not enabled. Compile with TRACING_ON")
229 from .util import inform, fatal, panic, isInteractive
/gem5/src/arch/mips/
H A Dtlb.cc188 fatal("TLB Insert not yet implemented\n");
/gem5/src/dev/alpha/
H A Dbackdoor.cc98 fatal("Platform is not Tsunami.\n");
/gem5/src/mem/
H A Ddrampower.cc159 fatal("Got unexpected data rate %d, should be 1 or 2 or 4\n");
H A Dbridge.cc105 fatal("Both ports of a bridge must be connected.\n");
H A Dmem_checker_monitor.cc73 fatal("Communication monitor is not connected on both sides.\n");
H A Dserial_link.cc113 fatal("Both ports of a serial_link must be connected.\n");
/gem5/configs/ruby/
H A DMESI_Two_Level.py50 fatal("This script requires the MESI_Two_Level protocol to be built.")
H A DRuby.py48 from m5.util import addToPath, fatal
/gem5/configs/common/
H A DCacheConfig.py95 fatal("When elastic trace is enabled, do not configure L2 caches.")
/gem5/src/gpu-compute/
H A Dcl_driver.cc258 fatal("ClDriver: bad ioctl %d\n", req);
H A Dhsail_code.hh405 fatal("Unknown BrigSegment type.\n");
/gem5/src/python/m5/util/
H A Dfdthelper.py127 fatal("Value %d doesn't fit in %d cells" % (value, cells))
/gem5/src/dev/arm/
H A Dsmmu_v3_slaveifc.cc88 fatal("Slave port is not connected.\n");
H A Dgpu_nomali.cc76 fatal("Unrecognized GPU type: %s (%i)\n",
H A Dtimer_cpulocal.cc341 fatal("gem5 ARM Model does not support true watchdog operation!\n");
/gem5/src/base/
H A Dcp_annotate.cc109 fatal("Multiple annotation objects found in system");
122 fatal("Couldn't load symbols from file: %s\n", *i);
511 fatal("Queue %s peeking with not enough bytes available in queue!\n", q);
654 fatal("Queue %s had inconsistancy when doing size queue!\n", q);
1020 fatal("Queue %s dequing with no data available in queue!\n",
1032 fatal("Queue %s dequing with no bytes available in queue!\n",
1041 fatal("Queue %s dequing with nothing in queue!\n",
/gem5/src/arch/hsail/insts/
H A Dpseudo_inst.cc92 fatal("Multiple magic instructions per PC not "
176 default: fatal("unrecognized magic instruction: %d\n", op);
/gem5/src/arch/x86/bios/
H A Dintelmp.cc116 fatal("Either an MP configuration table or a default configuration "
119 fatal("Both an MP configuration table and a default configuration "
/gem5/src/arch/arm/
H A Dpmu.cc75 fatal("The PMU can only accept 31 counters, %d counters requested.\n",
145 fatal("Event with id %d is not probe driven\n", id);
/gem5/src/arch/riscv/
H A Dtlb.cc190 fatal("TLB Insert not yet implemented\n");

Completed in 57 milliseconds

123456789