Searched refs:isReadOnly (Results 1 - 3 of 3) sorted by relevance

/gem5/src/mem/cache/
H A Dcache.cc171 chatty_assert(!(isReadOnly && pkt->isWrite()),
536 bool force_clean_rsp = isReadOnly || clusivity == Enums::mostly_excl;
735 panic_if(isReadOnly, "Prefetch exclusive requests from "
1093 chatty_assert(!(isReadOnly && blk->isDirty()), "Should never have "
H A Dbase.cc104 isReadOnly(p->is_read_only),
1030 chatty_assert(!(isReadOnly && pkt->isWrite()),
1406 chatty_assert(!isReadOnly, "Should never see dirty snoop response "
1549 chatty_assert(!isReadOnly || writebackClean,
H A Dbase.hh886 const bool isReadOnly; member in class:BaseCache

Completed in 12 milliseconds