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

/gem5/src/mem/cache/prefetch/
H A Dsignature_path_v2.cc61 for (auto gh_entry : all_ghr_entries) {
62 if (gh_entry->lastBlock + gh_entry->delta == current_block) {
63 new_signature = gh_entry->signature;
64 new_conf = gh_entry->confidence;
65 new_stride = gh_entry->delta;
67 globalHistoryRegister.accessEntry(gh_entry);
121 GlobalHistoryEntry *gh_entry = globalHistoryRegister.findVictim(0); local
122 assert(gh_entry != nullptr);
124 globalHistoryRegister.insertEntry(0, false, gh_entry);
[all...]

Completed in 4 milliseconds