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

/gem5/src/mem/cache/prefetch/
H A Dsignature_path.hh72 struct SignatureEntry : public TaggedEntry struct in class:SignaturePathPrefetcher
78 SignatureEntry() : signature(0), lastBlock(0) function in struct:SignaturePathPrefetcher::SignatureEntry
82 AssociativeSet<SignatureEntry> signatureTable;
177 * Obtains the SignatureEntry of the given page, if the page is not found,
187 * @result a reference to the SignatureEntry
189 SignatureEntry &getSignatureEntry(Addr ppn, bool is_secure, stride_t block,
234 * Whenever a new SignatureEntry is allocated, it computes the new
H A Dsignature_path.cc160 SignaturePathPrefetcher::SignatureEntry &
165 SignatureEntry* signature_entry = signatureTable.findEntry(ppn, is_secure);
236 // Get the SignatureEntry of this page to:
240 SignatureEntry &signature_entry = getSignatureEntry(ppn, is_secure,
256 // Update the current SignatureEntry signature

Completed in 6 milliseconds