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

1234

/gem5/src/dev/pci/
H A Dhost.cc170 panic_if(!pci_dev,
/gem5/src/sim/
H A Dmathexpr.cc66 panic_if(!root, "Invalid expression\n");
/gem5/src/dev/arm/
H A Dkmi.cc123 panic_if(pkt->getSize() != 1,
H A Dhdlcd.cc244 panic_if(pkt->getSize() != 4,
264 panic_if(pkt->getSize() != 4,
H A Drv_ctrl.cc275 panic_if(clock_period == 0, "%s has a clock period of zero\n", name());
/gem5/src/mem/cache/tags/indexing_policies/
H A Dskewed_associative.cc53 panic_if(setShift + 2 * (msbShift + 1) > 64, "Unsuported number of bits " \
/gem5/src/mem/
H A Dpage_table.cc61 panic_if(!clobber,
/gem5/src/cpu/o3/
H A Dfree_list.hh266 panic_if((first != last) &&
/gem5/src/base/loader/
H A Dobject_file.cc138 panic_if(sz != 2, "Couldn't read magic bytes from object file");
/gem5/src/base/
H A Dlogging.hh185 #define panic_if(cond, ...) \ macro
H A Dremote_gdb.cc371 panic_if(!listener.islistening(),
387 panic_if(!listener.islistening(),
/gem5/src/cpu/kvm/
H A Dvm.cc534 panic_if(system != nullptr, "setSystem() can only be called once");
535 panic_if(s == nullptr, "setSystem() called with null System*");
/gem5/util/tlm/src/
H A Dsc_master_port.cc252 panic_if(status != tlm::TLM_ACCEPTED,
277 panic_if(pkt->needsResponse() && !pkt->isResponse(),
/gem5/src/mem/cache/tags/
H A Dfa_lru.cc303 panic_if(blk->inCachesMask != in_caches_mask, "Expected cache mask "
308 panic_if(boundaries[j] != blk, "Unexpected boundary for the %d-th "
/gem5/src/arch/arm/
H A Dutility.cc294 panic_if(!known, "EL state is UNKNOWN");
316 panic_if(el == EL2 && !have_el2, "Asking for EL2 when it doesn't exist");
317 panic_if(el == EL3 && !have_el3, "Asking for EL3 when it doesn't exist");
H A Dpmu.hh352 panic_if(!object,"malformed probe-point"
/gem5/src/mem/cache/prefetch/
H A Dqueued.cc458 panic_if (it == queue.begin(),
462 panic_if (it == queue.begin(),
/gem5/src/systemc/tlm_bridge/
H A Dtlm_to_gem5.cc113 panic_if(status != tlm::TLM_ACCEPTED,
289 panic_if(pkt->needsResponse() && !pkt->isResponse(),
/gem5/src/dev/
H A Dpixelpump.cc142 panic_if(active(), "Trying to update timings in active PixelPump\n");
/gem5/src/gpu-compute/
H A Dvector_register_file.cc201 panic_if(regVec.size() <= 0, "Illegal VGPR vector size=%d\n",
H A Dlds_state.cc171 panic_if(bank_conflicts > parent->wfSize(),
/gem5/src/cpu/testers/memtest/
H A Dmemtest.cc255 panic_if(outstandingAddrs.size() > 100,
/gem5/src/systemc/core/
H A Dscheduler.hh276 panic_if(tsit == timeSlots.end(),
/gem5/src/dev/x86/
H A Di8042.cc182 panic_if(bits(data, 0) != 1, "Reset bit should be 1");
H A Di8259.cc52 panic_if(in_count >= NumLines,

Completed in 45 milliseconds

1234