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

/gem5/src/sim/
H A Dprocess.hh125 contextIds.push_back(context_id);
166 std::vector<ContextID> contextIds; member in class:Process
H A Dprocess.cc264 for (it = contextIds.begin(); it != contextIds.end(); it++) {
266 contextIds.erase(it);
276 if (contextIds.empty())
280 ThreadContext *tc = system->getThreadContext(contextIds[0]);
/gem5/src/arch/riscv/
H A Dprocess.cc104 for (ContextID ctx: contextIds)
114 for (ContextID ctx: contextIds) {
247 ThreadContext *tc = system->getThreadContext(contextIds[0]);
/gem5/src/arch/alpha/
H A Dprocess.cc177 ThreadContext *tc = system->getThreadContext(contextIds[0]);
189 ThreadContext *tc = system->getThreadContext(contextIds[0]);
215 ThreadContext *tc = system->getThreadContext(contextIds[0]);
/gem5/src/arch/arm/
H A Dprocess.cc109 for (int i = 0; i < contextIds.size(); i++) {
110 ThreadContext * tc = system->getThreadContext(contextIds[i]);
128 for (int i = 0; i < contextIds.size(); i++) {
129 ThreadContext * tc = system->getThreadContext(contextIds[i]);
211 ThreadContext *tc = system->getThreadContext(contextIds[0]);
450 ThreadContext *tc = system->getThreadContext(contextIds[0]);
/gem5/src/arch/sparc/
H A Dprocess.cc116 ThreadContext *tc = system->getThreadContext(contextIds[0]);
165 ThreadContext *tc = system->getThreadContext(contextIds[0]);
180 ThreadContext *tc = system->getThreadContext(contextIds[0]);
395 ThreadContext *tc = system->getThreadContext(contextIds[0]);
/gem5/src/arch/x86/
H A Dprocess.cc356 for (int i = 0; i < contextIds.size(); i++) {
357 ThreadContext * tc = system->getThreadContext(contextIds[i]);
567 for (int i = 0; i < contextIds.size(); i++) {
568 ThreadContext * tc = system->getThreadContext(contextIds[i]);
678 for (int i = 0; i < contextIds.size(); i++) {
679 ThreadContext * tc = system->getThreadContext(contextIds[i]);
1033 ThreadContext *tc = system->getThreadContext(contextIds[0]);
/gem5/src/arch/mips/
H A Dprocess.cc191 ThreadContext *tc = system->getThreadContext(contextIds[0]);
/gem5/src/arch/power/
H A Dprocess.cc265 ThreadContext *tc = system->getThreadContext(contextIds[0]);
/gem5/src/arch/arm/linux/
H A Dprocess.cc1732 ThreadContext *tc = system->getThreadContext(contextIds[0]);

Completed in 28 milliseconds