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

/gem5/src/cpu/checker/
H A Dthread_context.hh65 * verified. This CheckerThreadContext is then used by the main CPU
71 class CheckerThreadContext : public ThreadContext class in inherits:ThreadContext
74 CheckerThreadContext(TC *actual_tc, function in class:CheckerThreadContext
/gem5/src/cpu/simple/
H A Dbase.cc119 threadContexts[0] = new CheckerThreadContext<ThreadContext>(cpu_tc, this->checker);
/gem5/src/cpu/o3/
H A Dcpu.cc346 // CheckerThreadContext.
348 tc = new CheckerThreadContext<O3ThreadContext<Impl> >(

Completed in 12 milliseconds