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

/gem5/src/cpu/o3/
H A Dfetch_impl.hh358 cacheBlocked = false;
448 assert(!cacheBlocked);
612 if (cacheBlocked) {
706 cacheBlocked = true;
788 assert(cacheBlocked);
1424 assert(cacheBlocked);
1435 cacheBlocked = false;
1441 cacheBlocked = false;
H A Dfetch.hh486 bool cacheBlocked; member in class:DefaultFetch
H A Dlsq.hh1046 bool cacheBlocked() const;
1048 void cacheBlocked(bool v);
H A Dlsq_impl.hh193 LSQ<Impl>::cacheBlocked() const function in class:LSQ
200 LSQ<Impl>::cacheBlocked(bool v) function in class:LSQ
308 cacheBlocked(false);
H A Dlsq_unit_impl.hh245 .name(name() + ".cacheBlocked")
1064 if (!lsq->cacheBlocked() &&
1083 lsq->cacheBlocked(true);

Completed in 21 milliseconds