Lines Matching refs:thread
84 /* Per-thread input buffers */
190 Fetch2ThreadInfo &thread = fetchInfo[inst->id.threadId];
220 thread.expectedStreamSeqNum = inst->id.streamSeqNum;
224 inst->id.streamSeqNum, thread.predictionSeqNum + 1,
229 thread.predictionSeqNum++;
234 *inst, inst->predictedTarget, thread.predictionSeqNum);
268 Fetch2ThreadInfo &thread = fetchInfo[tid];
270 thread.blocked = !nextStageReserve[tid].canReserve();
275 thread.expectedStreamSeqNum == line_in->id.streamSeqNum &&
276 thread.predictionSeqNum != line_in->id.predictionSeqNum)
280 line_in->id, thread.predictionSeqNum);
314 ThreadContext *thread = cpu.getContext(line_in->id.threadId);
315 TheISA::Decoder *decoder = thread->getDecoderPtr();
358 * prediction, thread ids from the incoming line */
399 * prediction, thread ids from the incoming line */
570 /* Select thread via policy. */