gem5  v20.1.0.0
Public Member Functions | Public Attributes | List of all members
Prefetcher::BOP::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()

Prefetcher::BOP::DelayQueueEntry::DelayQueueEntry ( Addr  x,
Tick  t 
)
inline

Definition at line 87 of file bop.hh.

Member Data Documentation

◆ baseAddr

Addr Prefetcher::BOP::DelayQueueEntry::baseAddr

Definition at line 84 of file bop.hh.

◆ processTick

Tick Prefetcher::BOP::DelayQueueEntry::processTick

Definition at line 85 of file bop.hh.


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

Generated on Wed Sep 30 2020 14:03:07 for gem5 by doxygen 1.8.17