gem5
v21.1.0.1
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
q
r
s
t
v
x
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
e
f
g
h
i
l
m
n
o
p
s
t
v
Variables
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
v
w
Typedefs
a
b
c
d
h
i
m
p
s
t
u
w
Enumerations
b
h
i
o
p
Enumerator
h
i
o
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
mem
cache
prefetch
slim_ampm.hh
Go to the documentation of this file.
1
29
#ifndef __MEM_CACHE_PREFETCH_SLIM_AMPM_HH__
30
#define __MEM_CACHE_PREFETCH_SLIM_AMPM_HH__
31
32
#include "
mem/cache/prefetch/access_map_pattern_matching.hh
"
33
#include "
mem/cache/prefetch/delta_correlating_prediction_tables.hh
"
34
#include "
mem/cache/prefetch/queued.hh
"
35
46
namespace
gem5
47
{
48
49
struct
SlimAMPMPrefetcherParams;
50
51
GEM5_DEPRECATED_NAMESPACE
(
Prefetcher
, prefetch);
52
namespace
prefetch
53
{
54
55
class
SlimAMPM
:
public
Queued
56
{
58
AccessMapPatternMatching
&
ampm
;
60
DeltaCorrelatingPredictionTables
&
dcpt
;
61
public
:
62
SlimAMPM
(
const
SlimAMPMPrefetcherParams &
p
);
63
~SlimAMPM
() =
default
;
64
65
void
calculatePrefetch
(
const
PrefetchInfo
&pfi,
66
std::vector<AddrPriority>
&addresses)
override
;
67
};
68
69
}
// namespace prefetch
70
}
// namespace gem5
71
72
#endif//__MEM_CACHE_PREFETCH_SLIM_AMPM_HH__
access_map_pattern_matching.hh
gem5::prefetch::SlimAMPM::SlimAMPM
SlimAMPM(const SlimAMPMPrefetcherParams &p)
Definition:
slim_ampm.cc:40
gem5::prefetch::DeltaCorrelatingPredictionTables
Delta Correlating Prediction Tables Prefetcher References: Multi-level hardware prefetching using low...
Definition:
delta_correlating_prediction_tables.hh:61
gem5::prefetch::SlimAMPM::~SlimAMPM
~SlimAMPM()=default
std::vector
STL vector class.
Definition:
stl.hh:37
queued.hh
gem5::prefetch::SlimAMPM::ampm
AccessMapPatternMatching & ampm
AMPM prefetcher object.
Definition:
slim_ampm.hh:58
gem5::MipsISA::p
Bitfield< 0 > p
Definition:
pra_constants.hh:326
gem5::GEM5_DEPRECATED_NAMESPACE
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
gem5::prefetch::Queued
Definition:
queued.hh:60
delta_correlating_prediction_tables.hh
gem5::context_switch_task_id::Prefetcher
@ Prefetcher
Definition:
request.hh:83
gem5
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Definition:
decoder.cc:40
gem5::prefetch::SlimAMPM
Definition:
slim_ampm.hh:55
gem5::prefetch::SlimAMPM::calculatePrefetch
void calculatePrefetch(const PrefetchInfo &pfi, std::vector< AddrPriority > &addresses) override
Definition:
slim_ampm.cc:46
gem5::prefetch::SlimAMPM::dcpt
DeltaCorrelatingPredictionTables & dcpt
DCPT prefetcher object.
Definition:
slim_ampm.hh:60
gem5::prefetch::Base::PrefetchInfo
Class containing the information needed by the prefetch to train and generate new prefetch requests.
Definition:
base.hh:97
gem5::prefetch::AccessMapPatternMatching
Definition:
access_map_pattern_matching.hh:56
Generated on Tue Sep 7 2021 14:53:48 for gem5 by
doxygen
1.8.17