Searched refs:panic_if (Results 1 - 25 of 99) sorted by relevance

1234

/gem5/src/gpu-compute/
H A Drr_scheduling_policy.hh56 panic_if(!sched_list->size(), "RR scheduling policy sched list is "
69 panic_if(!selected_wave, "No wave found by RR scheduling policy.\n");
H A Dof_scheduling_policy.hh56 panic_if(!sched_list->size(), "OF scheduling policy sched list is "
76 panic_if(!selected_wave, "No wave found by OF scheduling policy.\n");
/gem5/src/dev/arm/
H A Dgic_v3.cc68 panic_if(sys->numContexts() > params()->cpu_max,
110 panic_if(!distributor, "Distributor is null!");
147 panic_if(!distributor, "Distributor is null!");
176 panic_if(int_id < Gicv3::SGI_MAX + Gicv3::PPI_MAX, "Invalid SPI!");
177 panic_if(int_id >= Gicv3::INTID_SECURE, "Invalid SPI!");
191 panic_if(cpu >= redistributors.size(), "Invalid cpuID sending PPI!");
192 panic_if(int_id < Gicv3::SGI_MAX, "Invalid PPI!");
193 panic_if(int_id >= Gicv3::SGI_MAX + Gicv3::PPI_MAX, "Invalid PPI!");
231 panic_if(!redistRange.contains(addr),
237 panic_if(redistributor_i
[all...]
H A Dvio_mmio.cc77 panic_if(size != 4, "Unexpected read size: %u\n", size);
175 panic_if(size != 4, "Unexpected write size @ 0x%x: %u\n", offset, size);
205 panic_if(value != VirtQueue::ALIGN_SIZE,
222 panic_if(value != VirtQueue::ALIGN_SIZE,
239 panic_if(value > 0xff, "Unexpected status: 0x%x\n", value);
H A Dbase_gic.cc104 panic_if(!tc, "Invalid Thread Context\n");
134 panic_if(threadContext,
143 panic_if(!threadContext, "Per-context interrupt triggered without a " \
/gem5/src/sim/
H A Ddrain.cc65 panic_if(_state == DrainState::Drained,
68 panic_if(_count != 0,
97 panic_if(_state == DrainState::Running,
104 panic_if(_state == DrainState::Resuming,
108 panic_if(_count != 0,
136 panic_if(_state != DrainState::Running,
222 panic_if(_drainState != DrainState::Drained &&
/gem5/src/mem/qos/
H A Dq_policy.cc78 panic_if(!pkt->req,
87 panic_if(memCtrl->hasMaster(m_id),
90 panic_if(toServe.size() > 0,
H A Dpolicy.hh119 panic_if(id == Request::invldMasterId,
/gem5/src/learning_gem5/part2/
H A Dhello_object.cc48 panic_if(!goodbye, "HelloObject must have a non-null GoodbyeObject");
H A Dsimple_memobj.cc47 panic_if(idx != InvalidPortID, "This object doesn't support vector ports");
67 panic_if(blockedPacket != nullptr, "Should never try to send if blocked!");
130 panic_if(blockedPacket != nullptr, "Should never try to send if blocked!");
/gem5/src/base/
H A Dfiber.cc115 panic_if(stack && _currentFiber == this, "Fiber stack is in use.");
136 panic_if(!_currentFiber, "No active Fiber object.");
153 panic_if(ret == -1, strerror(errno));
167 panic_if(_finished, "Fiber has already run to completion.");
/gem5/src/systemc/core/
H A Dmodule.cc57 panic_if(_new_module, "Previous module not finished.\n");
100 panic_if(_new_module, "Pop with unfinished module.\n");
109 panic_if(proxies.size() > ports.size(),
/gem5/src/cpu/
H A Dinst_res.hh185 panic_if(!isVector(), "Converting scalar (or invalid) to vector!!");
191 panic_if(!isVecElem(), "Converting scalar (or invalid) to vector!!");
198 panic_if(!isPred(), "Converting scalar (or invalid) to predicate!!");
/gem5/src/arch/arm/tracers/
H A Dtarmac_tracer.cc63 panic_if(startTick > endTick,
/gem5/src/cpu/o3/
H A Drename_map.cc142 panic_if(freeList->hasFreeVecElems(),
144 panic_if(freeList->numFreeVecRegs() !=
158 panic_if(freeList->hasFreeVecRegs(),
160 panic_if(freeList->numFreeVecElems() !=
/gem5/src/mem/cache/prefetch/
H A Dmulti.cc75 panic_if(!pkt, "Prefetcher is ready but didn't return a packet.");
/gem5/src/arch/riscv/
H A Dremote_gdb.cc159 panic_if(FullSystem, "acc not implemented for RISCV FS!");
/gem5/src/dev/net/
H A Dtcp_iface.cc124 panic_if(fdStatic < 0, "socket() failed: %s", strerror(errno));
230 panic_if(sock < 0, "socket() failed: %s", strerror(errno));
243 panic_if(ret < 0, "getaddrinf() failed: %s", strerror(errno));
250 panic_if(ret < 0, "connect() failed: %s", strerror(errno));
277 panic_if(ret != length, "send() failed");
332 panic_if(!ret, "Error while reading socket");
/gem5/src/mem/
H A Dsnoop_filter.cc120 panic_if((sf_item.requested & req_port).any(),
133 panic_if((sf_item.holder & req_port).none(),
142 panic_if((sf_item.holder & req_port).none(), "requester %x is not a " \
197 panic_if(!is_hit && (cachedLocations.size() >= maxEntryCount),
273 panic_if((sf_item.holder & rsp_mask).none(),
278 panic_if((sf_item.requested & req_mask).none(), "SF value %x.%x missing "\
366 panic_if((sf_item.requested & slave_mask).none(),
H A Dsimple_mem.cc76 panic_if(pkt->cacheResponding(), "Should not see packets where cache "
114 panic_if(pkt->cacheResponding(), "Should not see packets where cache "
117 panic_if(!(pkt->isRead() || pkt->isWrite()),
H A Dstack_dist_calc.cc123 panic_if(node_sum_l > (1 << (level - 1)),
127 panic_if(node_sum_r > (1 << (level - 1)),
442 panic_if(verify_stack_dist != stack_dist,
500 panic_if(verify_stack_dist != stack_dist,
520 panic_if(!next_up, "Sanity check failed for node %ull \n",
525 panic_if(next_up->parent, "Sanity check failed for node %ull \n",
/gem5/src/cpu/checker/
H A Dcpu_impl.hh507 panic_if(!(scalar_mismatch || vector_mismatch),
607 panic_if(!mismatch_val.isScalar(), "Unexpected type of result");
611 panic_if(!mismatch_val.isScalar(), "Unexpected type of result");
615 panic_if(!mismatch_val.isVector(), "Unexpected type of result");
619 panic_if(!mismatch_val.isVecElem(),
624 panic_if(!mismatch_val.isScalar(), "Unexpected type of result");
628 panic_if(!mismatch_val.isScalar(), "Unexpected type of result");
642 panic_if(!res.isScalar(), "Unexpected type of result");
646 panic_if(!res.isScalar(), "Unexpected type of result");
650 panic_if(!re
[all...]
/gem5/src/mem/cache/
H A Dnoncoherent_cache.cc140 panic_if(pkt->cacheResponding(), "Should not see packets where cache "
143 panic_if(!(pkt->isRead() || pkt->isWrite()),
225 panic_if(pkt->cacheResponding(), "Should not see packets where cache "
228 panic_if(!(pkt->isRead() || pkt->isWrite()),
238 panic_if(!from_cpu_side, "Non-coherent cache received functional snoop"
H A Dwrite_queue_entry.cc105 panic_if(!_isUncacheable && !targets.empty(),
108 panic_if(!((target->isWrite() && _isUncacheable) ||
/gem5/util/tlm/src/
H A Dsc_slave_port.cc92 panic_if(packet->cacheResponding(), "Should not see packets where cache "
95 panic_if(!(packet->isRead() || packet->isWrite()),
180 panic_if(packet->cacheResponding(), "Should not see packets where cache "
183 panic_if(!(packet->isRead() || packet->isWrite()),

Completed in 38 milliseconds

1234