Searched refs:Fetch1ThreadInfo (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/minor/
H A Dfetch1.hh238 struct Fetch1ThreadInfo { struct in class:Minor::Fetch1
241 Fetch1ThreadInfo() : function in struct:Minor::Fetch1::Fetch1ThreadInfo
250 Fetch1ThreadInfo(const Fetch1ThreadInfo& other) : function in struct:Minor::Fetch1::Fetch1ThreadInfo
283 std::vector<Fetch1ThreadInfo> fetchInfo;
H A Dfetch1.cc151 Fetch1ThreadInfo &thread = fetchInfo[tid];
491 Fetch1ThreadInfo &thread = fetchInfo[branch.threadId];
523 Fetch1ThreadInfo &thread = fetchInfo[branch.threadId];
542 Fetch1ThreadInfo &thread = fetchInfo[response->id.threadId];
588 Fetch1ThreadInfo &thread = fetchInfo[execute_branch.threadId];
717 Fetch1ThreadInfo &thread = fetchInfo[tid];
732 Fetch1ThreadInfo &thread = fetchInfo[tid];
753 Fetch1ThreadInfo &thread = fetch.fetchInfo[id.threadId];
766 const Fetch1ThreadInfo &thread = fetchInfo[0];

Completed in 8 milliseconds