Searched refs:GlobalHistoryEntry (Results 1 - 2 of 2) sorted by relevance
/gem5/src/mem/cache/prefetch/ | ||
H A D | signature_path_v2.hh | 55 struct GlobalHistoryEntry : public TaggedEntry struct in class:SignaturePathPrefetcherV2 61 GlobalHistoryEntry() : signature(0), confidence(0.0), lastBlock(0), function in struct:SignaturePathPrefetcherV2::GlobalHistoryEntry 65 AssociativeSet<GlobalHistoryEntry> globalHistoryRegister; |
H A D | signature_path_v2.cc | 46 GlobalHistoryEntry()) 58 std::vector<GlobalHistoryEntry *> all_ghr_entries = 121 GlobalHistoryEntry *gh_entry = globalHistoryRegister.findVictim(0); |
Completed in 4 milliseconds