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

/gem5/src/mem/cache/prefetch/
H A DPrefetcher.py180 pt_table_assoc = Param.Unsigned(16, "Associativity of the Prefetch Table") variable in class:IndirectMemoryPrefetcher
182 SetAssociative(entry_size = 1, assoc = Parent.pt_table_assoc,
H A Dindirect_memory.cc43 prefetchTable(p->pt_table_assoc, p->pt_table_entries,

Completed in 9 milliseconds