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

/gem5/src/mem/cache/prefetch/
H A Dsignature_path_v2.hh55 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 Dsignature_path_v2.cc46 GlobalHistoryEntry())
58 std::vector<GlobalHistoryEntry *> all_ghr_entries =
121 GlobalHistoryEntry *gh_entry = globalHistoryRegister.findVictim(0);

Completed in 5 milliseconds