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

/gem5/src/mem/cache/prefetch/
H A Dsignature_path_v2.cc42 globalHistoryRegister(p->global_history_register_entries,
59 globalHistoryRegister.getPossibleEntries(0 /* any value works */);
67 globalHistoryRegister.accessEntry(gh_entry);
121 GlobalHistoryEntry *gh_entry = globalHistoryRegister.findVictim(0);
124 globalHistoryRegister.insertEntry(0, false, gh_entry);
H A Dsignature_path_v2.hh65 AssociativeSet<GlobalHistoryEntry> globalHistoryRegister; member in class:SignaturePathPrefetcherV2

Completed in 5 milliseconds