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

/gem5/src/mem/ruby/slicc_interface/
H A DAbstractCacheEntry.cc70 AbstractCacheEntry::isLocked(int context) const function in class:AbstractCacheEntry
H A DAbstractCacheEntry.hh69 bool isLocked(int context) const;
/gem5/src/mem/ruby/structures/
H A DPersistentTable.hh68 bool isLocked(Addr addr) const;
H A DPersistentTable.cc160 PersistentTable::isLocked(Addr address) const function in class:PersistentTable
H A DCacheMemory.hh120 bool isLocked (Addr addr, int context);
H A DCacheMemory.cc479 CacheMemory::isLocked(Addr address, int context)
487 return m_cache[cacheSet][loc]->isLocked(context);
/gem5/src/mem/ruby/system/
H A DSequencer.cc259 if (e && e->isLocked(m_version)) {
276 if (!e->isLocked(m_version)) {
300 } else if (e->isLocked(m_version)) {
H A DGPUCoalescer.cc421 if (!m_dataCache_ptr->isLocked(address, m_version)) {
446 (m_dataCache_ptr->isLocked(address, m_version))) {

Completed in 14 milliseconds