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

/gem5/src/cpu/o3/
H A Dcpu.cc341 O3ThreadContext<Impl> *o3_tc = new O3ThreadContext<Impl>; local
343 tc = o3_tc;
349 o3_tc, this->checker);
352 o3_tc->cpu = (typename Impl::O3CPU *)(this);
353 assert(o3_tc->cpu);
354 o3_tc->thread = this->thread[tid];

Completed in 7 milliseconds