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

/gem5/src/mem/cache/
H A Dmshr_queue.cc45 * Definition of MSHRQueue class functions.
54 MSHRQueue::MSHRQueue(const std::string &_label, function in class:MSHRQueue
61 MSHRQueue::allocate(Addr blk_addr, unsigned blk_size, PacketPtr pkt,
78 MSHRQueue::moveToFront(MSHR *mshr)
88 MSHRQueue::delay(MSHR *mshr, Tick delay_ticks)
99 MSHRQueue::markInService(MSHR *mshr, bool pending_modified_resp)
107 MSHRQueue::markPending(MSHR *mshr)
120 MSHRQueue::forceDeallocateTarget(MSHR *mshr)
H A Dmshr_queue.hh61 class MSHRQueue : public Queue<MSHR> class in inherits:Queue
81 MSHRQueue(const std::string &_label, int num_entries, int reserve,
H A Dmshr.hh80 friend class MSHRQueue;
384 * @sa MissQueue, MSHRQueue::readyList
390 * @sa MissQueue, MSHRQueue::allocatedList
H A Dbase.hh318 MSHRQueue mshrQueue;

Completed in 12 milliseconds