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

/gem5/src/mem/cache/
H A Dmshr.hh206 onlyWrites = true;
244 onlyWrites &= can_merge_write;
245 if (onlyWrites) {
261 !hasFromCache && onlyWrites;
300 return onlyWrites &&
313 bool onlyWrites; member in class:MSHR

Completed in 5 milliseconds