Searched defs:thread (Results 26 - 50 of 52) sorted by relevance

123

/gem5/src/cpu/minor/
H A Dexec_context.hh80 SimpleThread &thread; member in class:Minor::ExecContext
[all...]
H A Dcpu.cc55 Minor::MinorThread *thread; local
[all...]
H A Dfetch2.cc190 Fetch2ThreadInfo &thread = fetchInfo[inst->id.threadId]; local
268 Fetch2ThreadInfo &thread = fetchInfo[tid]; local
314 ThreadContext *thread = cpu.getContext(line_in->id.threadId); local
[all...]
H A Dfetch1.cc151 Fetch1ThreadInfo &thread = fetchInfo[tid]; local
491 Fetch1ThreadInfo &thread = fetchInfo[branch.threadId]; local
523 Fetch1ThreadInfo &thread = fetchInfo[branch.threadId]; local
542 Fetch1ThreadInfo &thread = fetchInfo[response->id.threadId]; local
588 Fetch1ThreadInfo &thread = fetchInfo[execute_branch.threadId]; local
717 Fetch1ThreadInfo &thread = fetchInfo[tid]; local
732 Fetch1ThreadInfo &thread = fetchInfo[tid]; local
753 Fetch1ThreadInfo &thread = fetch.fetchInfo[id.threadId]; local
766 const Fetch1ThreadInfo &thread = fetchInfo[0]; local
[all...]
H A Dexecute.cc218 ThreadContext *thread = cpu.getContext(inst->id.threadId); local
325 ThreadContext *thread = cpu.getContext(thread_id); local
461 ThreadContext *thread = cpu.getContext(inst->id.threadId); local
546 ExecuteThreadInfo &thread = executeInfo[thread_id]; local
837 ThreadContext *thread = cpu.getContext(thread_id); local
861 MinorThread *thread = cpu.threads[inst->id.threadId]; local
895 ThreadContext *thread = cpu.getContext(thread_id); local
1119 ThreadContext *thread = cpu.getContext(thread_id); local
1245 ThreadContext *thread = cpu.getContext(thread_id); local
[all...]
H A Dlsq.cc80 SimpleThread &thread = *port.cpu.threads[inst->id.threadId]; local
102 SimpleThread &thread = *port.cpu.threads[inst->id.threadId]; local
295 ThreadContext *thread = port.cpu.getContext( local
705 ThreadContext *thread = port.cpu.getContext( local
1120 SimpleThread &thread = *cpu.threads[request->inst->id.threadId]; local
1182 ThreadContext *thread = local
[all...]
/gem5/src/cpu/
H A Dtiming_expr.hh77 ThreadContext *thread; member in class:TimingExprEvalContext
/gem5/src/systemc/tests/systemc/examples/isqrt/
H A Disqrt.cpp26 isq::thread() function in class:isq
/gem5/src/systemc/tests/systemc/compliance_1666/test001/
H A Dtest001.cpp41 void thread(void) { function
211 void Moda::thread() function in class:Moda
218 void Modb::thread() function in class:Modb
[all...]
/gem5/src/systemc/tests/systemc/examples/trie/
H A Dtrie.cpp43 lc::thread() function in class:lc
/gem5/src/arch/arm/tracers/
H A Dtarmac_record.cc194 auto thread = tarmCtx.thread; local
221 auto thread = tarmCtx.thread; local
234 auto thread = tarmCtx.thread; local
247 auto thread = tarmCtx.thread; local
[all...]
H A Dtarmac_parser.hh82 ThreadContext* thread; member in struct:Trace::TarmacParserRecord::TarmacParserRecordEvent
/gem5/src/cpu/simple/
H A Dbase.cc95 SimpleThread *thread; local
452 SimpleThread* thread = t_info.thread; local
472 SimpleThread* thread = t_info.thread; local
489 SimpleThread* thread = t_info.thread; local
583 SimpleThread* thread = t_info.thread; local
673 SimpleThread* thread = t_info.thread; local
[all...]
H A Dtiming.hh355 SimpleThread* thread = t_info.thread; local
H A Dexec_context.hh68 SimpleThread* thread; member in class:SimpleExecContext
[all...]
/gem5/src/cpu/kvm/
H A Dbase.hh145 SimpleThread *thread; member in class:BaseKvmCPU
[all...]
/gem5/src/sim/
H A Dinsttracer.hh65 ThreadContext *thread; member in class:Trace::InstRecord
/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh821 ThreadContext *thread = cpu->tcBase(lsqID); local
H A Dcommit.hh365 std::vector<Thread *> thread; member in class:DefaultCommit
[all...]
H A Dfetch_impl.hh1468 list<ThreadID>::iterator thread = activeThreads->begin(); local
[all...]
H A Dlsq_unit.hh667 ThreadContext *thread = cpu->tcBase(lsqID); local
H A Dcpu.hh696 std::vector<Thread *> thread; member in class:FullO3CPU
[all...]
H A Dlsq.hh1113 std::vector<LSQUnit> thread; member in class:LSQ::LSQRequest
[all...]
/gem5/src/cpu/checker/
H A Dcpu.hh158 SimpleThread *thread; member in class:CheckerCPU
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc495 HANDLE thread = ::OpenThread(SYNCHRONIZE | THREAD_QUERY_INFORMATION, local
[all...]

Completed in 55 milliseconds

123