Go to the documentation of this file.
38 #ifndef __MEM_CACHE_PREFETCH_QUEUED_HH__
39 #define __MEM_CACHE_PREFETCH_QUEUED_HH__
54 struct QueuedPrefetcherParams;
104 return !(*
this > that);
118 bool tag_prefetch,
Tick t);
192 Queued(
const QueuedPrefetcherParams &
p);
246 const PrefetchInfo &pfi, int32_t priority);
265 #endif //__MEM_CACHE_PREFETCH_QUEUED_HH__
This is a simple scalar statistic, like a counter.
void finish(const Fault &fault, const RequestPtr &req, ThreadContext *tc, BaseMMU::Mode mode) override
const bool cacheSnoop
Snoop the cache before generating prefetch (cheating basically)
void notify(const PacketPtr &pkt, const PrefetchInfo &pfi) override
Notify prefetcher of cache access (may be any access or just misses, depending on cache parameters....
Queued * owner
Owner of the packet.
std::list< DeferredPacket >::iterator iterator
void addToQueue(std::list< DeferredPacket > &queue, DeferredPacket &dpp)
Adds a DeferredPacket to the specified queue.
statistics::Scalar pfRemovedDemand
Tick tick
Time when this prefetch becomes ready.
size_t getMaxPermittedPrefetches(size_t total) const
Returns the maxmimum number of prefetch requests that are allowed to be created from the number of pr...
void setTranslationRequest(const RequestPtr &req)
Sets the translation request needed to obtain the physical address of this request.
int32_t priority
The priority of this prefetch.
statistics::Scalar pfInCache
statistics::Scalar pfSpanPage
const unsigned missingTranslationQueueSize
Maximum size of the queue holding prefetch requests with missing address translations.
void printQueue(const std::list< DeferredPacket > &queue) const
statistics::Scalar pfIdentified
const bool tagPrefetch
Tag prefetch with PC of generating access?
bool operator<=(const DeferredPacket &that) const
void insert(const PacketPtr &pkt, PrefetchInfo &new_pfi, int32_t priority)
virtual void calculatePrefetch(const PrefetchInfo &pfi, std::vector< AddrPriority > &addresses)=0
Cycles is a wrapper class for representing cycle counts, i.e.
RequestPtr translationRequest
Request used when a translation is needed.
const Cycles latency
Cycles after generation when a prefetch can first be issued.
ThreadContext is the external interface to all thread state for anything outside of the CPU.
std::shared_ptr< FaultBase > Fault
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
bool alreadyInQueue(std::list< DeferredPacket > &queue, const PrefetchInfo &pfi, int32_t priority)
Checks whether the specified prefetch request is already in the specified queue.
void startTranslation(BaseTLB *tlb)
Issues the translation request to the provided TLB.
uint64_t Tick
Tick count type.
std::shared_ptr< Request > RequestPtr
statistics::Scalar pfBufferHit
void createPkt(Addr paddr, unsigned blk_size, RequestorID requestor_id, bool tag_prefetch, Tick t)
Create the associated memory packet.
const unsigned int throttleControlPct
Percentage of requests that can be throttled.
PacketPtr getPacket() override
std::list< DeferredPacket > pfq
QueuedStats(statistics::Group *parent)
const bool queueFilter
Filter prefetches if already queued.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
void markDelayed() override
Signal that the translation has been delayed due to a hw page table walk.
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
bool operator<(const DeferredPacket &that) const
void translationComplete(DeferredPacket *dp, bool failed)
Indicates that the translation of the address of the provided deferred packet has been successfully c...
const unsigned queueSize
Maximum size of the prefetch queue.
PrefetchInfo pfInfo
Prefetch info corresponding to this packet.
void processMissingTranslations(unsigned max)
Starts the translations of the queued prefetches with a missing translation.
PacketPtr pkt
The memory packet generated by this prefetch.
Queued(const QueuedPrefetcherParams &p)
DeferredPacket(Queued *o, PrefetchInfo const &pfi, Tick t, int32_t prio)
Constructor.
BaseTLB * tlb
Registered tlb for address translations.
RequestPtr createPrefetchRequest(Addr addr, PrefetchInfo const &pfi, PacketPtr pkt)
std::list< DeferredPacket >::const_iterator const_iterator
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
const FlagsType total
Print the total.
Class containing the information needed by the prefetch to train and generate new prefetch requests.
bool operator>(const DeferredPacket &that) const
Tick nextPrefetchReadyTime() const override
statistics::Scalar pfRemovedFull
std::list< DeferredPacket > pfqMissingTranslation
const bool queueSquash
Squash queued prefetch if demand access observed.
gem5::prefetch::Queued::QueuedStats statsQueued
Generated on Tue Sep 7 2021 14:53:48 for gem5 by doxygen 1.8.17