gem5  v22.1.0.0
Public Member Functions | Public Attributes | List of all members
gem5::prefetch::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 88 of file bop.hh.

Constructor & Destructor Documentation

◆ DelayQueueEntry()

gem5::prefetch::BOP::DelayQueueEntry::DelayQueueEntry ( Addr  x,
Tick  t 
)
inline

Definition at line 93 of file bop.hh.

Member Data Documentation

◆ baseAddr

Addr gem5::prefetch::BOP::DelayQueueEntry::baseAddr

Definition at line 90 of file bop.hh.

◆ processTick

Tick gem5::prefetch::BOP::DelayQueueEntry::processTick

Definition at line 91 of file bop.hh.


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

Generated on Wed Dec 21 2022 10:24:19 for gem5 by doxygen 1.9.1