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

/gem5/src/mem/ruby/structures/
H A DCacheMemory.cc117 auto it = m_tag_index.find(tag);
118 if (it != m_tag_index.end())
133 auto it = m_tag_index.find(tag);
134 if (it != m_tag_index.end())
280 m_tag_index[address] = i;
305 m_tag_index.erase(address);
H A DCacheMemory.hh173 std::unordered_map<Addr, int> m_tag_index; member in class:CacheMemory

Completed in 6 milliseconds