Searched refs:Prefetcher (Results 1 - 7 of 7) sorted by relevance

/gem5/src/mem/ruby/structures/
H A DPrefetcher.cc29 #include "mem/ruby/structures/Prefetcher.hh"
35 Prefetcher*
38 return new Prefetcher(this);
41 Prefetcher::Prefetcher(const Params *p) function in class:Prefetcher
79 Prefetcher::~Prefetcher()
88 Prefetcher::regStats()
139 Prefetcher::observeMiss(Addr address, const RubyRequestType& type)
207 Prefetcher
[all...]
H A DRubyPrefetcher.py35 class Prefetcher(SimObject): class in inherits:SimObject
36 type = 'Prefetcher'
37 cxx_class = 'Prefetcher'
38 cxx_header = "mem/ruby/structures/Prefetcher.hh"
H A DPrefetcher.hh42 #include "params/Prefetcher.hh"
81 class Prefetcher : public SimObject class in inherits:SimObject
85 Prefetcher(const Params *p);
86 ~Prefetcher();
/gem5/src/mem/cache/
H A DCache.py48 from m5.objects.Prefetcher import BasePrefetcher
100 prefetcher = Param.BasePrefetcher(NULL,"Prefetcher attached to cache")
/gem5/configs/ruby/
H A DMESI_Two_Level.py83 prefetcher = RubyPrefetcher.Prefetcher()
/gem5/src/mem/cache/prefetch/
H A Dqueued.cc62 req->taskId(ContextSwitchTaskId::Prefetcher);
/gem5/src/mem/
H A Drequest.hh75 Prefetcher = 1022, /* For cache lines brought in by prefetcher */ enumerator in enum:ContextSwitchTaskId::TaskId

Completed in 14 milliseconds