Searched refs:fatal (Results 176 - 200 of 220) sorted by relevance

123456789

/gem5/src/gpu-compute/
H A Dshader.cc243 fatal("unexcepted MemCmd\n");
H A Ddispatcher.cc90 fatal("Checkpointing not supported during active workgroup execution");
H A Dtlb_coalescer.cc391 fatal("Memory side recvFunctional() not implemented in TLB coalescer.\n");
/gem5/src/dev/net/
H A Dethertap.cc291 fatal("All listeners are disabled! EtherTapStub can't work!");
/gem5/configs/ruby/
H A DMESI_Three_Level.py57 fatal("This script requires the MESI_Three_Level protocol to be\
/gem5/src/cpu/o3/
H A Dfetch_impl.hh105 fatal("numThreads (%d) is larger than compiled limit (%d),\n"
109 fatal("fetchWidth (%d) is larger than compiled limit (%d),\n"
113 fatal("fetch buffer size (%u bytes) is greater than the cache "
116 fatal("cache block (%u bytes) is not a multiple of the "
H A Diew_impl.hh85 fatal("dispatchWidth (%d) is larger than compiled limit (%d),\n"
89 fatal("issueWidth (%d) is larger than compiled limit (%d),\n"
93 fatal("wbWidth (%d) is larger than compiled limit (%d),\n"
H A Ddecode_impl.hh72 fatal("decodeWidth (%d) is larger than compiled limit (%d),\n"
/gem5/src/mem/cache/compressors/
H A Dbdi.cc411 fatal("Invalid combination of base and delta sizes.");
/gem5/src/cpu/minor/
H A Dlsq.hh292 { fatal("No packets in a SpecialDataRequest"); }
/gem5/src/arch/arm/
H A Dsemihosting.cc702 fatal("Failed to open %s (%s): %s\n",
975 fatal("Failed to open file: %s", _name);
982 fatal("Failed seek to current position (%i) in '%s'", pos, _name);
/gem5/src/dev/arm/
H A DRealView.py141 m5.fatal("No compatibility string for the set conf_device_width")
195 fatal("PCI interrupt count should be power of 2")
200 m5.fatal("Unsupported PCI interrupt policy " +
H A Dflash_device.cc103 fatal("Number of planes is not a power of 2 in flash device.\n");
/gem5/src/dev/storage/
H A Ddisk_image.cc191 fatal("could not open read-only file");
/gem5/src/mem/ruby/network/garnet2.0/
H A DNetworkInterface.cc497 fatal("Could not determine vc");
/gem5/src/cpu/pred/
H A Dtage_sc_l.cc292 fatal("Speculation is not implemented");
/gem5/src/mem/ruby/system/
H A DRubyPort.cc402 fatal("Ruby functional %s failed for address %#x\n",
H A DGPUCoalescer.cc86 fatal("Bad scope type");
112 fatal("Bad segment type");
/gem5/src/mem/
H A Dcomm_monitor.cc76 fatal("Communication monitor is not connected on both sides.\n");
/gem5/src/cpu/kvm/
H A Dbase.cc114 fatal("KVM: Multithreading not supported");
509 fatal("The KVM-based CPUs requires the memory system to be in the "
/gem5/src/base/stats/
H A Dtext.cc134 fatal("Unable to open output stream for writing\n");
146 fatal("Unable to open statistics file for writing\n");
/gem5/src/python/m5/
H A Dparams.py1901 fatal("Port %s is already connected to %s, cannot connect %s\n",
1913 fatal("Ports %s and %s with roles '%s' and '%s' "
1925 fatal("Port %s not connected, cannot splice in new peers\n", self)
1945 fatal("Ports %s(%s) and %s(%s) can't be compatibly spliced with "
2091 fatal("Unrecognized role '%s' for port %s\n", port.role, port)
/gem5/src/dev/pci/
H A Ddevice.cc213 fatal("BAR %d size %d is not a power of 2\n", i, BARSize[i]);
H A Dcopy_engine.cc72 fatal("CopyEngine interface doesn't support more than 64 DMA engines\n");
/gem5/src/cpu/simple/
H A Dbase.cc112 fatal("Checker currently does not support SMT");

Completed in 50 milliseconds

123456789