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

/gem5/src/cpu/
H A Dinteltrace.hh48 IntelTraceRecord(Tick _when, ThreadContext *_thread, argument
51 : InstRecord(_when, _thread, _staticInst, _pc,
H A Dexetrace.hh50 ExeTracerRecord(Tick _when, ThreadContext *_thread, argument
53 : InstRecord(_when, _thread, _staticInst, _pc, _macroStaticInst)
H A Dnativetrace.hh57 Tick _when, ThreadContext *_thread,
60 : ExeTracerRecord(_when, _thread, _staticInst, _pc, _macroStaticInst),
56 NativeTraceRecord(NativeTrace * _parent, Tick _when, ThreadContext *_thread, const StaticInstPtr _staticInst, TheISA::PCState _pc, const StaticInstPtr _macroStaticInst = NULL) argument
/gem5/src/arch/arm/tracers/
H A Dtarmac_tracer.hh64 TarmacContext(ThreadContext* _thread, argument
67 : thread(_thread), staticInst(_staticInst), pc(_pc)
H A Dtarmac_base.cc54 TarmacBaseRecord::TarmacBaseRecord(Tick _when, ThreadContext *_thread, argument
58 : InstRecord(_when, _thread, _staticInst, _pc, _macroStaticInst)
H A Dtarmac_parser.hh96 ThreadContext *_thread,
101 parent(_parent), thread(_thread), inst(_inst), pc(_pc),
135 TarmacParserRecord(Tick _when, ThreadContext *_thread,
95 TarmacParserRecordEvent(TarmacParser& _parent, ThreadContext *_thread, const StaticInstPtr _inst, ArmISA::PCState _pc, bool _mismatch, bool _mismatch_on_pc_or_opcode) argument
H A Dtarmac_record_v8.hh132 TarmacTracerRecordV8(Tick _when, ThreadContext *_thread, argument
136 : TarmacTracerRecord(_when, _thread, _staticInst, _pc,
H A Dtarmac_base.hh125 TarmacBaseRecord(Tick _when, ThreadContext *_thread,
H A Dtarmac_record.cc107 TarmacTracerRecord::TarmacTracerRecord(Tick _when, ThreadContext *_thread, argument
112 : TarmacBaseRecord(_when, _thread, _staticInst,
H A Dtarmac_record.hh180 TarmacTracerRecord(Tick _when, ThreadContext *_thread,
H A Dtarmac_parser.cc758 TarmacParserRecord::TarmacParserRecord(Tick _when, ThreadContext *_thread, argument
763 : TarmacBaseRecord(_when, _thread, _staticInst,
/gem5/src/sim/
H A Dinsttracer.hh150 InstRecord(Tick _when, ThreadContext *_thread, argument
154 : when(_when), thread(_thread), staticInst(_staticInst), pc(_pc),
/gem5/src/cpu/simple/
H A Dexec_context.hh171 SimpleExecContext(BaseSimpleCPU* _cpu, SimpleThread* _thread) argument
172 : cpu(_cpu), thread(_thread), fetchOffset(0), stayAtPC(false),

Completed in 21 milliseconds