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

/gem5/src/mem/ruby/system/
H A DGPUCoalescer.cc133 m_instCache_ptr = nullptr;
136 m_instCache_ptr = p->icache;
143 assert(m_instCache_ptr);
611 if (m_instCache_ptr->isTagPresent(request_line_address))
612 m_instCache_ptr->setMRU(request_line_address);
H A DSequencer.hh180 CacheMemory* m_instCache_ptr; member in class:Sequencer
H A DSequencer.cc61 m_instCache_ptr = p->icache;
69 assert(m_instCache_ptr != NULL);
H A DGPUCoalescer.hh267 CacheMemory* m_instCache_ptr; member in class:GPUCoalescer

Completed in 14 milliseconds