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

/gem5/src/mem/cache/
H A Dcache_blk.hh168 std::list<Lock> lockList; member in class:CacheBlk
222 lockList.clear();
314 auto l = lockList.begin();
315 while (l != lockList.end()) {
317 l = lockList.erase(l);
322 lockList.emplace_front(pkt->req);
331 auto l = lockList.begin();
332 while (l != lockList.end()) {
334 l = lockList.erase(l);
399 if (!pkt->isLLSC() && lockList
[all...]

Completed in 4 milliseconds