Searched refs:fetchInfo (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/minor/
H A Dfetch2.cc73 fetchInfo(params.numThreads),
112 fetchInfo[tid].inputIndex = 0;
122 fetchInfo[tid].inputIndex = 0;
190 Fetch2ThreadInfo &thread = fetchInfo[inst->id.threadId];
261 fetchInfo[branch_inp.threadId].havePC = false;
268 Fetch2ThreadInfo &thread = fetchInfo[tid];
283 fetchInfo[tid].havePC = false;
299 Fetch2ThreadInfo &fetch_info = fetchInfo[tid];
588 if (getInput(tid) && !fetchInfo[tid].blocked) {
650 if (fetchInfo[
[all...]
H A Dfetch1.cc72 fetchInfo(params.numThreads),
137 !fetchInfo[tid].blocked &&
138 fetchInfo[tid].state == FetchRunning) {
151 Fetch1ThreadInfo &thread = fetchInfo[tid];
491 Fetch1ThreadInfo &thread = fetchInfo[branch.threadId];
523 Fetch1ThreadInfo &thread = fetchInfo[branch.threadId];
542 Fetch1ThreadInfo &thread = fetchInfo[response->id.threadId];
582 fetchInfo[tid].blocked = !nextStageReserve[tid].canReserve();
588 Fetch1ThreadInfo &thread = fetchInfo[execute_branch.threadId];
624 if (fetchInfo[execute_branc
[all...]
H A Dfetch2.hh165 std::vector<Fetch2ThreadInfo> fetchInfo; member in class:Minor::Fetch2
H A Dfetch1.hh283 std::vector<Fetch1ThreadInfo> fetchInfo; member in class:Minor::Fetch1

Completed in 11 milliseconds