Lines Matching refs:Impl

63 template<class Impl>
64 LSQUnit<Impl>::WritebackEvent::WritebackEvent(const DynInstPtr &_inst,
73 template<class Impl>
75 LSQUnit<Impl>::WritebackEvent::process()
86 template<class Impl>
88 LSQUnit<Impl>::WritebackEvent::description() const
93 template <class Impl>
95 LSQUnit<Impl>::recvTimingResp(PacketPtr pkt)
111 template<class Impl>
113 LSQUnit<Impl>::completeDataAccess(PacketPtr pkt)
145 template <class Impl>
146 LSQUnit<Impl>::LSQUnit(uint32_t lqEntries, uint32_t sqEntries)
154 template<class Impl>
156 LSQUnit<Impl>::init(O3CPU *cpu_ptr, IEW *iew_ptr, DerivO3CPUParams *params,
176 template<class Impl>
178 LSQUnit<Impl>::resetState()
193 template<class Impl>
195 LSQUnit<Impl>::name() const
197 if (Impl::MaxThreads == 1) {
204 template<class Impl>
206 LSQUnit<Impl>::regStats()
249 template<class Impl>
251 LSQUnit<Impl>::setDcachePort(MasterPort *dcache_port)
256 template<class Impl>
258 LSQUnit<Impl>::drainSanityCheck() const
267 template<class Impl>
269 LSQUnit<Impl>::takeOverFrom()
274 template <class Impl>
276 LSQUnit<Impl>::insert(const DynInstPtr &inst)
291 template <class Impl>
293 LSQUnit<Impl>::insertLoad(const DynInstPtr &load_inst)
314 template <class Impl>
316 LSQUnit<Impl>::insertStore(const DynInstPtr& store_inst)
335 template <class Impl>
336 typename Impl::DynInstPtr
337 LSQUnit<Impl>::getMemDepViolator()
346 template <class Impl>
348 LSQUnit<Impl>::numFreeLoadEntries()
357 template <class Impl>
359 LSQUnit<Impl>::numFreeStoreEntries()
369 template <class Impl>
371 LSQUnit<Impl>::checkSnoop(PacketPtr pkt)
449 template <class Impl>
451 LSQUnit<Impl>::checkViolations(typename LoadQueue::iterator& loadIt,
530 template <class Impl>
532 LSQUnit<Impl>::executeLoad(const DynInstPtr &inst)
598 template <class Impl>
600 LSQUnit<Impl>::executeStore(const DynInstPtr &store_inst)
651 template <class Impl>
653 LSQUnit<Impl>::commitLoad()
666 template <class Impl>
668 LSQUnit<Impl>::commitLoads(InstSeqNum &youngest_inst)
678 template <class Impl>
680 LSQUnit<Impl>::commitStores(InstSeqNum &youngest_inst)
705 template <class Impl>
707 LSQUnit<Impl>::writebackBlockedStore()
716 template <class Impl>
718 LSQUnit<Impl>::writebackStores()
846 template <class Impl>
848 LSQUnit<Impl>::squash(const InstSeqNum &squashed_num)
915 template <class Impl>
917 LSQUnit<Impl>::storePostSend()
947 template <class Impl>
949 LSQUnit<Impl>::writeback(const DynInstPtr &inst, PacketPtr pkt)
990 template <class Impl>
992 LSQUnit<Impl>::completeStore(typename StoreQueue::iterator store_idx)
1055 template <class Impl>
1057 LSQUnit<Impl>::trySendPacket(bool isLoad, PacketPtr data_pkt)
1095 template <class Impl>
1097 LSQUnit<Impl>::recvRetry()
1105 template <class Impl>
1107 LSQUnit<Impl>::dumpInsts() const
1130 template <class Impl>
1132 LSQUnit<Impl>::cacheLineSize()