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

/gem5/src/mem/ruby/structures/
H A DPerfectCacheMemory.hh59 bool isTagPresent(Addr address) const;
112 PerfectCacheMemory<ENTRY>::isTagPresent(Addr address) const function in class:PerfectCacheMemory
H A DCacheMemory.hh69 bool isTagPresent(Addr address) const;
H A DCacheMemory.cc214 CacheMemory::isTagPresent(Addr address) const function in class:CacheMemory
258 assert(!isTagPresent(address));
298 assert(isTagPresent(address));
/gem5/src/mem/ruby/system/
H A DGPUCoalescer.cc445 } else if ((m_dataCache_ptr->isTagPresent(address)) &&
611 if (m_instCache_ptr->isTagPresent(request_line_address))
614 if (m_dataCache_ptr->isTagPresent(request_line_address))

Completed in 12 milliseconds