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

/gem5/src/cpu/o3/
H A Dfetch.hh101 IcachePort(DefaultFetch<Impl> *_fetch, FullO3CPU<Impl>* _cpu) argument
102 : MasterPort(_cpu->name() + ".icache_port", _cpu), fetch(_fetch)
121 FetchTranslation(DefaultFetch<Impl> *_fetch) argument
122 : fetch(_fetch)
151 FinishTranslationEvent(DefaultFetch<Impl> *_fetch) argument
152 : fetch(_fetch), req(nullptr)

Completed in 10 milliseconds