gem5  v19.0.0.0
Public Member Functions | Public Attributes | List of all members
BOPPrefetcher::DelayQueueEntry Struct Reference

In a first implementation of the BO prefetcher, both banks of the RR were written simultaneously when a prefetched line is inserted into the cache. More...

Public Member Functions

 DelayQueueEntry (Addr x, Tick t)
 

Public Attributes

Addr baseAddr
 
Tick processTick
 

Detailed Description

In a first implementation of the BO prefetcher, both banks of the RR were written simultaneously when a prefetched line is inserted into the cache.

Adding the delay queue tries to avoid always striving for timeless prefetches, which has been found to not always being optimal.

Definition at line 82 of file bop.hh.

Constructor & Destructor Documentation

◆ DelayQueueEntry()

BOPPrefetcher::DelayQueueEntry::DelayQueueEntry ( Addr  x,
Tick  t 
)
inline

Definition at line 87 of file bop.hh.

Member Data Documentation

◆ baseAddr

Addr BOPPrefetcher::DelayQueueEntry::baseAddr

Definition at line 84 of file bop.hh.

◆ processTick

Tick BOPPrefetcher::DelayQueueEntry::processTick

Definition at line 85 of file bop.hh.


The documentation for this struct was generated from the following file:

Generated on Fri Feb 28 2020 16:27:09 for gem5 by doxygen 1.8.13