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

/gem5/src/cpu/minor/
H A Dlsq.hh199 LSQRequest(LSQ &port_, MinorDynInstPtr inst_, bool isLoad_,
308 SpecialDataRequest(LSQ &port_, MinorDynInstPtr inst_) : argument
310 LSQRequest(port_, inst_, true, NULL, 0)
320 FailedDataRequest(LSQ &port_, MinorDynInstPtr inst_) : argument
321 SpecialDataRequest(port_, inst_)
333 BarrierDataRequest(LSQ &port_, MinorDynInstPtr inst_) : argument
334 SpecialDataRequest(port_, inst_)
375 SingleDataRequest(LSQ &port_, MinorDynInstPtr inst_, argument
377 LSQRequest(port_, inst_, isLoad_, data_, res_),
420 SplitDataRequest(LSQ &port_, MinorDynInstPtr inst_,
[all...]
H A Dfunc_unit.hh204 QueuedInst(MinorDynInstPtr inst_ = MinorDynInst::bubble()) :
205 inst(inst_)
H A Dpipe_data.hh139 MinorDynInstPtr inst_) :
145 inst(inst_)
133 BranchData( Reason reason_, ThreadID thread_id, InstSeqNum new_stream_seq_num, InstSeqNum new_prediction_seq_num, TheISA::PCState target, MinorDynInstPtr inst_) argument
H A Dexec_context.hh91 MinorDynInstPtr inst_) :
95 inst(inst_)
88 ExecContext( MinorCPU &cpu_, SimpleThread &thread_, Execute &execute_, MinorDynInstPtr inst_) argument
H A Dlsq.cc59 LSQ::LSQRequest::LSQRequest(LSQ &port_, MinorDynInstPtr inst_, bool isLoad_, argument
63 inst(inst_),
385 LSQ::SplitDataRequest::SplitDataRequest(LSQ &port_, MinorDynInstPtr inst_, argument
387 LSQRequest(port_, inst_, isLoad_, data_, res_),
/gem5/src/cpu/
H A Dtiming_expr.cc44 TimingExprEvalContext::TimingExprEvalContext(const StaticInstPtr &inst_, argument
47 inst(inst_), thread(thread_), let(let_)
H A Dtiming_expr.hh86 TimingExprEvalContext(const StaticInstPtr &inst_,

Completed in 18 milliseconds