Searched refs:chatty_assert (Results 1 - 6 of 6) sorted by relevance

/gem5/src/sim/
H A Dvoltage_domain.hh80 chatty_assert(perf_level < numVoltages(), "VoltageDomain %s "\
H A Dvoltage_domain.cc67 chatty_assert(perf_level < voltageOpPoints.size(),
93 chatty_assert(d->voltageDomain() == this, "DVFS: Clock domain %s "\
/gem5/src/base/
H A Dlogging.hh243 * assertion actually failed. Like the normal assertion, the chatty_assert
250 #define chatty_assert(cond, ...) macro
252 #define chatty_assert(cond, ...) \ macro
/gem5/src/mem/
H A Dmem_checker.cc55 chatty_assert(start <= _start, "WriteClusters must filled in order!");
/gem5/src/mem/cache/
H A Dcache.cc171 chatty_assert(!(isReadOnly && pkt->isWrite()),
1093 chatty_assert(!(isReadOnly && blk->isDirty()), "Should never have "
H A Dbase.cc1030 chatty_assert(!(isReadOnly && pkt->isWrite()),
1406 chatty_assert(!isReadOnly, "Should never see dirty snoop response "
1549 chatty_assert(!isReadOnly || writebackClean,

Completed in 21 milliseconds