Searched refs:DefaultFetch (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/o3/
H A Dfetch.cc34 template class DefaultFetch<O3CPUImpl>;
H A Dfetch_impl.hh83 DefaultFetch<Impl>::DefaultFetch(O3CPU *_cpu, DerivO3CPUParams *params) function in class:DefaultFetch
154 DefaultFetch<Impl>::name() const
161 DefaultFetch<Impl>::regProbePoints()
171 DefaultFetch<Impl>::regStats()
294 DefaultFetch<Impl>::setTimeBuffer(TimeBuffer<TimeStruct> *time_buffer)
307 DefaultFetch<Impl>::setActiveThreads(std::list<ThreadID> *at_ptr)
314 DefaultFetch<Impl>::setFetchQueue(TimeBuffer<FetchStruct> *ftb_ptr)
322 DefaultFetch<Impl>::startupStage()
334 DefaultFetch<Imp
[all...]
H A Dfetch.hh66 * DefaultFetch class handles both single threaded and SMT fetch. Its
74 class DefaultFetch class
97 DefaultFetch<Impl> *fetch;
101 IcachePort(DefaultFetch<Impl> *_fetch, FullO3CPU<Impl>* _cpu)
118 DefaultFetch<Impl> *fetch;
121 FetchTranslation(DefaultFetch<Impl> *_fetch)
146 DefaultFetch<Impl> *fetch;
151 FinishTranslationEvent(DefaultFetch<Impl> *_fetch)
222 /** DefaultFetch constructor. */
223 DefaultFetch(O3CP
[all...]
H A Dcpu_policy.hh79 typedef DefaultFetch<Impl> Fetch;

Completed in 5 milliseconds