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

1234

/gem5/src/dev/net/
H A Detherswitch.cc69 panic_if(idx < 0 || idx >= interfaces.size(), "index out of bounds");
/gem5/src/mem/
H A Dphysical.cc190 panic_if(range.interleaved(),
H A Dcoherent_xbar.cc329 panic_if(outstandingSnoop.size() > maxOutstandingSnoopCheck,
339 panic_if(routeTo.size() > maxRoutingTableSizeCheck,
407 panic_if(routeTo.size() > maxRoutingTableSizeCheck,
H A Dabstract_mem.cc360 panic_if(!pmemAddr, "Swap only works if there is real memory " \
H A Dxbar.cc114 panic_if(pkt->headerDelay > SimClock::Int::us,
H A Ddram_ctrl.cc269 panic_if(pkt->cacheResponding(), "Should not see packets where cache "
622 panic_if(pkt->cacheResponding(), "Should not see packets where cache "
625 panic_if(!(pkt->isRead() || pkt->isWrite()),
/gem5/src/cpu/testers/traffic_gen/
H A Dbase.cc467 panic_if(iter == waitingResp.end(), "%s: "
/gem5/src/mem/cache/
H A Dcache.cc735 panic_if(isReadOnly, "Prefetch exclusive requests from "
990 panic_if(invalidate && pkt->req->isUncacheable(),
1146 panic_if(!invalidate && !pkt->hasSharers(),
H A Dmshr.cc378 panic_if((pkt->needsWritable() != pkt->isInvalidate()) &&
H A Dbase.cc410 panic_if(pkt->headerDelay != 0 && pkt->cmd != MemCmd::HardPFResp,
/gem5/src/mem/ruby/network/garnet2.0/
H A DNetworkInterface.cc422 panic_if(vc_busy_counter[vnet] > m_deadlock_threshold,
/gem5/src/dev/
H A Ddma_device.cc355 panic_if(!success, "Buffer underrun in DmaReadFifo::get()\n");
/gem5/src/base/
H A Dstatistics.cc84 panic_if(statsMap().find(this) != statsMap().end() ||
/gem5/src/arch/sparc/
H A Dfaults.cc634 panic_if(!pte, "Tried to execute unmapped address %#x.\n", vaddr);
691 panic_if(!pte, "Tried to access unmapped address %#x.\n", vaddr);
/gem5/src/dev/arm/
H A Dgic_v2.cc329 panic_if(!cpuSgiPending[active_int],
872 panic_if(num < SGI_MAX + PPI_MAX,
H A Dgic_v3_its.cc1251 panic_if(base_it == tableBases.end(),
/gem5/src/arch/hsail/
H A Doperand.hh364 panic_if(w == nullptr, "WF pointer needs to be set");
/gem5/src/arch/x86/regs/
H A Dmisc.hh905 panic_if(g && bits(limit, 11, 0) != mask(12),
/gem5/src/arch/arm/
H A Dpmu.cc188 panic_if(!event, "core cycle event is not present\n");
H A Disa.cc2117 panic_if(!gicv3CpuInterface, "GICV3 cpu interface is not registered!");
2128 panic_if(!tc,
H A Dtable_walker.cc781 panic_if(start_lookup_level == MAX_LOOKUP_LEVELS,
926 panic_if(start_lookup_level == MAX_LOOKUP_LEVELS,
H A Dfaults.cc1129 panic_if(!this->faultUpdated,
/gem5/src/cpu/o3/
H A Dlsq_impl.hh333 panic_if(!senderState, "Got packet back with unknown sender state\n");
H A Dfetch_impl.hh120 panic_if(fetchPolicy == FetchPolicy::SingleThread && numThreads > 1,

Completed in 99 milliseconds

1234