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

/gem5/src/cpu/o3/
H A Dthread_context.cc36 template class O3ThreadContext<O3CPUImpl>;
H A Dthread_context_impl.hh58 O3ThreadContext<Impl>::getVirtProxy()
65 O3ThreadContext<Impl>::dumpFuncProfile()
72 O3ThreadContext<Impl>::takeOverFrom(ThreadContext *old_context)
88 O3ThreadContext<Impl>::activate()
105 O3ThreadContext<Impl>::suspend()
127 O3ThreadContext<Impl>::halt()
147 O3ThreadContext<Impl>::regStats(const std::string &name)
157 O3ThreadContext<Impl>::readLastActivate()
164 O3ThreadContext<Impl>::readLastSuspend()
171 O3ThreadContext<Imp
[all...]
H A Dcpu.hh76 class O3ThreadContext;
116 friend class O3ThreadContext<Impl>;
H A Dthread_context.hh70 class O3ThreadContext : public ThreadContext class in inherits:ThreadContext
H A Dcpu.cc341 O3ThreadContext<Impl> *o3_tc = new O3ThreadContext<Impl>;
348 tc = new CheckerThreadContext<O3ThreadContext<Impl> >(

Completed in 15 milliseconds