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

/gem5/src/mem/cache/
H A Dqueue_entry.hh76 bool _isUncacheable; member in class:QueueEntry
123 : readyTime(0), _isUncacheable(false),
127 bool isUncacheable() const { return _isUncacheable; }
H A Dwrite_queue_entry.cc100 _isUncacheable = target->req->isUncacheable();
105 panic_if(!_isUncacheable && !targets.empty(),
108 panic_if(!((target->isWrite() && _isUncacheable) ||
109 (target->isEviction() && !_isUncacheable) ||
175 _isUncacheable ? "Unc" : "",
H A Dmshr.cc264 _isUncacheable = target->req->isUncacheable();
667 _isUncacheable ? "Unc" : "",

Completed in 7 milliseconds