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

1234

/gem5/src/systemc/core/
H A Dsc_main_python.cc47 panic_if(::sc_gem5::scMainFiber.called(),
H A Dkernel.cc190 panic_if(sc_gem5::kernel,
/gem5/src/mem/qos/
H A Dmem_sink.cc91 panic_if(pkt->cacheResponding(),
125 panic_if(!(pkt->isRead() || pkt->isWrite()),
130 panic_if(pkt->cacheResponding(),
277 panic_if(!pkt->needsResponse(),
H A Dmem_ctrl.cc147 panic_if(!hasMaster(m_id),
166 panic_if(packetPriorities[m_id][qos] == 0,
174 panic_if(it == requestTimes[m_id].end(),
H A Dmem_ctrl.hh380 panic_if(readQueueSizes[curr_prio] < moved_entries,
387 panic_if(writeQueueSizes[curr_prio] < moved_entries,
402 panic_if(packetPriorities[m_id][curr_prio] < moved_entries,
/gem5/src/learning_gem5/part2/
H A Dsimple_cache.cc59 panic_if(idx != InvalidPortID,
76 panic_if(blockedPacket != nullptr, "Should never try to send if blocked!");
156 panic_if(blockedPacket != nullptr, "Should never try to send if blocked!");
235 panic_if(!hit, "Should always hit after inserting");
310 panic_if(addr - block_addr + size > blockSize,
/gem5/src/base/
H A Dcirclebuf.hh92 panic_if(offset + len > size(),
164 panic_if(size() + len > capacity(),
/gem5/src/sim/
H A Ddvfs_handler.hh202 panic_if(it == domains.end(),
H A Dcore.cc117 panic_if(_clockFrequencyFixed,
/gem5/src/sim/power/
H A Dpower_model.cc57 panic_if(subsystem == NULL,
H A Dmathexpr_powermodel.cc101 panic_if(failed, "Failed to evaluate power expression '%s'\n",
/gem5/src/arch/mips/
H A Dremote_gdb.cc167 panic_if(FullSystem, "acc not implemented for MIPS FS!");
/gem5/src/arch/power/
H A Dremote_gdb.cc170 panic_if(FullSystem, "acc not implemented for POWER FS!");
/gem5/src/systemc/tlm_bridge/
H A Dgem5_to_tlm.cc218 panic_if(packet->cacheResponding(),
244 panic_if(packet->cacheResponding(),
286 panic_if(packet->cacheResponding(),
289 panic_if(!(packet->isRead() || packet->isWrite()),
/gem5/src/mem/cache/tags/
H A Dsector_blk.cc100 panic_if((_sectorBlk && _sectorBlk->isValid()) &&
/gem5/src/dev/x86/
H A Dintdev.hh79 panic_if(pkt->cmd != MemCmd::MessageReq,
/gem5/src/dev/net/
H A Ddist_iface.cc379 panic_if(_draining && DistIface::sync->doCkpt,
452 panic_if(prev_recv_tick + send_delay > recv_tick,
454 panic_if(recv_tick <= curTick(),
528 panic_if(descQueue.front().sendTick + descQueue.front().sendDelay > recv_tick,
774 panic_if(rank != rank_orig, "Rank mismatch at resume (rank=%d, orig=%d)",
776 panic_if(distIfaceId != dist_iface_id_orig, "Dist iface ID mismatch "
/gem5/src/cpu/
H A Dinst_pb_trace.cc168 panic_if(!curMsg, "Memory access w/o msg?!");
H A Dreg_class.hh100 panic_if(regClass == VecElemClass,
103 panic_if(regClass != VecElemClass,
/gem5/src/dev/arm/
H A Dgic_v3_distributor.cc92 panic_if(it_lines > Gicv3::INTID_SECURE, "Invalid value for it_lines!");
997 panic_if(int_id < Gicv3::SGI_MAX + Gicv3::PPI_MAX, "Invalid SPI!");
998 panic_if(int_id > itLines, "Invalid SPI!");
1008 panic_if(int_id < Gicv3::SGI_MAX + Gicv3::PPI_MAX, "Invalid SPI!");
1009 panic_if(int_id > itLines, "Invalid SPI!");
1099 panic_if(int_id < Gicv3::SGI_MAX + Gicv3::PPI_MAX, "Invalid SPI!");
1100 panic_if(int_id > itLines, "Invalid SPI!");
1118 panic_if(int_id < Gicv3::SGI_MAX + Gicv3::PPI_MAX, "Invalid SPI!");
1119 panic_if(int_id > itLines, "Invalid SPI!");
/gem5/src/arch/alpha/
H A Dfaults.cc200 panic_if(!pte, "Tried to execute unmapped address %#x.\n", pc);
221 panic_if(!pte, "Tried to access unmapped address %#x.\n", (Addr)vaddr);
/gem5/src/arch/arm/
H A Dsemihosting.cc393 panic_if(ret > buffer.size(), "Read longer than buffer size.");
581 panic_if(mem_start > phys_max,
845 panic_if(file, "Trying to open an already open file.\n");
874 panic_if(!file, "Trying to close an already closed file.\n");
895 panic_if(!file, "Trying to read from a closed file");
910 panic_if(!file, "Trying to write to a closed file");
926 panic_if(!file, "Trying to seek in a closed file");
964 panic_if(pos < 0, "Failed to get file position.");
/gem5/src/cpu/o3/
H A Dregfile.cc190 panic_if(!reg->isVectorPhysReg(),
233 panic_if(!reg->isVectorPhysElem(),
/gem5/src/mem/
H A Dbridge.cc151 panic_if(pkt->cacheResponding(), "Should not see packets where cache "
343 panic_if(pkt->cacheResponding(), "Should not see packets where cache "
H A Dmem_checker_monitor.cc255 panic_if(received_state == NULL,
286 panic_if(!warnOnly, "MemChecker violation!");

Completed in 42 milliseconds

1234