/gem5/src/cpu/ |
H A D | dummy_checker.cc | 50 fatal_if(max_insts_any_thread || max_insts_all_threads ||
|
/gem5/src/cpu/o3/ |
H A D | checker.cc | 57 fatal_if(max_insts_any_thread || max_insts_all_threads ||
|
/gem5/src/dev/ |
H A D | intpin.cc | 38 fatal_if(!source, "Attempt to bind interrupt sink pin %s to " 54 fatal_if(!sink, "Attempt to bind interrupt source pin %s to "
|
/gem5/src/base/filters/ |
H A D | block_bloom_filter.cc | 44 fatal_if(masksLSBs.size() != masksSizes.size(), 46 fatal_if(masksLSBs.size() < 1, 50 fatal_if((masksSizes[i] > sizeBits) || (masksSizes[i] <= 0), 52 fatal_if(masksLSBs[i] + masksSizes[i] >
|
H A D | h3_bloom_filter.cc | 367 fatal_if(numHashes > 16, "There are only 16 H3 functions implemented.");
|
/gem5/src/gpu-compute/ |
H A D | vector_register_state.cc | 59 fatal_if(wf_size > std::numeric_limits<unsigned long long>::digits || 62 fatal_if((wf_size & (wf_size - 1)) != 0,
|
H A D | lds_state.hh | 76 fatal_if(!chunk.size(), "cannot read from an LDS chunk of size 0"); 77 fatal_if(index >= chunk.size(), "out-of-bounds access to an LDS chunk"); 89 fatal_if(!chunk.size(), "cannot write to an LDS chunk of size 0"); 90 fatal_if(index >= chunk.size(), "out-of-bounds access to an LDS chunk"); 293 fatal_if(refCount < 0, 307 fatal_if(refCount <= 0, 328 fatal_if(dispatchIter == chunkMap.end(), 332 fatal_if(workgroup == dispatchIter->second.end(), 362 fatal_if( 368 fatal_if(bytesAllocate [all...] |
H A D | lds_state.cc | 59 fatal_if(params->banks <= 0, 61 fatal_if((params->banks & (params->banks - 1)) != 0, 63 fatal_if(params->size <= 0, 65 fatal_if(params->size % 2, 85 fatal_if(!x_parent, "x_parent should not be nullptr"); 86 fatal_if(x_parent == parent, 106 fatal_if(!senderState,
|
H A D | simple_pool_manager.cc | 45 fatal_if(size <= 0 || size > poolSize(), "Illegal VGPR region size=%d\n",
|
/gem5/src/cpu/testers/traffic_gen/ |
H A D | stream_gen.hh | 61 fatal_if(streamIds.empty(), 112 fatal_if(streamIds.size() != 1 || substreamIds.size() > 1,
|
/gem5/src/sim/ |
H A D | clock_domain.cc | 88 fatal_if(freqOpPoints.empty(), "DVFS: Empty set of frequencies for "\ 91 fatal_if(!vdom, "DVFS: Empty voltage domain specified for "\ 94 fatal_if((vdom->numVoltages() > 1) && 102 fatal_if(!std::is_sorted(freqOpPoints.begin(), freqOpPoints.end()), 106 fatal_if(_perfLevel >= freqOpPoints.size(), "DVFS: Initial DVFS point %d "\
|
H A D | dvfs_handler.cc | 73 fatal_if(sysClkDomain == d, "DVFS: Domain config list has a "\ 75 fatal_if(domain_id == SrcClockDomain::emptyDomainID, 81 fatal_if(!new_elem, "DVFS: Domain %s with ID %d does not have a "\ 99 fatal_if(index >= numDomains(), "DVFS: Requested index out of "\
|
H A D | voltage_domain.cc | 54 fatal_if(voltageOpPoints.empty(), "DVFS: Empty set of voltages for "\ 58 fatal_if(!std::is_sorted(voltageOpPoints.begin(), voltageOpPoints.end(),
|
/gem5/src/dev/arm/ |
H A D | pci_host.cc | 55 fatal_if(pin == PciIntPin::NO_INT,
|
H A D | base_gic.cc | 59 fatal_if(!rv, "GIC model can't register with platform code"); 128 fatal_if(!platform, "Interrupt not connected to a RealView platform");
|
/gem5/src/mem/cache/tags/indexing_policies/ |
H A D | base.cc | 64 fatal_if(!isPowerOf2(numSets), "# of sets must be non-zero and a power " \ 66 fatal_if(assoc <= 0, "associativity must be greater than zero");
|
/gem5/src/mem/cache/tags/ |
H A D | base_set_assoc.cc | 100 fatal_if(!indexing_policy, "An indexing policy is required");
|
/gem5/util/systemc/gem5_within_systemc/ |
H A D | sc_module.cc | 105 fatal_if(mainEventQueue.size() != 0, 122 fatal_if(gem5_time > systemc_time, "gem5 time must lag SystemC time" 130 fatal_if(gem5_time > next_event_time, 198 fatal_if(!in_simulate, "Gem5SystemC event loop entered while"
|
/gem5/src/mem/qos/ |
H A D | policy_pf.cc | 49 fatal_if(weight < 0 || weight > 1, 67 fatal_if(history.size() > memCtrl->numPriorities(),
|
/gem5/src/systemc/ |
H A D | sc_port_wrapper.hh | 119 fatal_if(!dynamic_cast<ScPortWrapper<IF>*>(&peer) && 160 fatal_if(!iface,
|
/gem5/src/base/ |
H A D | sat_counter.hh | 75 fatal_if(bits > 8*sizeof(uint8_t), 77 fatal_if(initial_val > maxVal,
|
/gem5/src/mem/probes/ |
H A D | mem_footprint.cc | 58 fatal_if(!isPowerOf2(system->cacheLineSize()), 60 fatal_if(!isPowerOf2(p->page_size),
|
/gem5/src/mem/cache/prefetch/ |
H A D | associative_set_impl.hh | 43 fatal_if(!isPowerOf2(num_entries), "The number of entries of an " 45 fatal_if(!isPowerOf2(assoc), "The associativity of an AssociativeSet<> "
|
H A D | signature_path.cc | 56 fatal_if(prefetchConfidenceThreshold < 0, 58 fatal_if(prefetchConfidenceThreshold > 1, 60 fatal_if(lookaheadConfidenceThreshold < 0, 62 fatal_if(lookaheadConfidenceThreshold > 1,
|
/gem5/src/dev/ps2/ |
H A D | device.cc | 81 fatal_if(dataAvailableCallback,
|