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

/gem5/src/arch/null/
H A Dremote_gdb.hh51 void replaceThreadContext(ThreadContext *tc) {} function in class:BaseRemoteGDB
/gem5/src/cpu/
H A Dcpuevent.cc51 CpuEvent::replaceThreadContext(ThreadContext *oldTc, ThreadContext *newTc) function in class:CpuEvent
H A Dcpuevent.hh73 static void replaceThreadContext(ThreadContext *oldTc,
H A Dbase.cc612 CpuEvent::replaceThreadContext(oldTC, newTC);
616 system->replaceThreadContext(newTC, newTC->contextId());
/gem5/src/sim/
H A Dsystem.cc345 System::replaceThreadContext(ThreadContext *tc, ContextID context_id)
348 panic("replaceThreadContext: bad id, %d >= %d\n",
354 remoteGDB[context_id]->replaceThreadContext(tc);
H A Dsystem.hh597 void replaceThreadContext(ThreadContext *tc, ContextID context_id);
/gem5/src/base/
H A Dremote_gdb.hh140 void replaceThreadContext(ThreadContext *_tc) { tc = _tc; } function in class:BaseRemoteGDB

Completed in 7 milliseconds