Searched refs:Fetch2ThreadInfo (Results 1 - 2 of 2) sorted by relevance
/gem5/src/cpu/minor/ | ||
H A D | fetch2.hh | 100 struct Fetch2ThreadInfo { struct in class:Minor::Fetch2 103 Fetch2ThreadInfo() : function in struct:Minor::Fetch2::Fetch2ThreadInfo 114 Fetch2ThreadInfo(const Fetch2ThreadInfo& other) : function in struct:Minor::Fetch2::Fetch2ThreadInfo 165 std::vector<Fetch2ThreadInfo> fetchInfo; |
H A D | fetch2.cc | 190 Fetch2ThreadInfo &thread = fetchInfo[inst->id.threadId]; 268 Fetch2ThreadInfo &thread = fetchInfo[tid]; 299 Fetch2ThreadInfo &fetch_info = fetchInfo[tid]; |
Completed in 6 milliseconds