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

/gem5/src/mem/cache/tags/
H A Dcompressed_tags.hh110 CacheBlk* findVictim(Addr addr, const bool is_secure,
H A Dsector_tags.hh158 CacheBlk* findVictim(Addr addr, const bool is_secure,
H A Dbase_set_assoc.hh168 CacheBlk* findVictim(Addr addr, const bool is_secure,
H A Dbase.hh284 virtual CacheBlk* findVictim(Addr addr, const bool is_secure,
H A Dcompressed_tags.cc104 CompressedTags::findVictim(Addr addr, const bool is_secure, function in class:CompressedTags
149 // do not call findVictim, so it cannot happen
H A Dfa_lru.hh226 CacheBlk* findVictim(Addr addr, const bool is_secure,
H A Dsector_tags.cc224 SectorTags::findVictim(Addr addr, const bool is_secure, const std::size_t size,
258 // findVictim, so it cannot happen
H A Dfa_lru.cc199 FALRU::findVictim(Addr addr, const bool is_secure, const std::size_t size, function in class:FALRU
/gem5/src/mem/cache/prefetch/
H A Dassociative_set.hh181 Entry* findVictim(Addr addr);
H A Dstride.hh132 StrideEntry* findVictim(Addr pc);
H A Dsignature_path_v2.cc121 GlobalHistoryEntry *gh_entry = globalHistoryRegister.findVictim(0);
H A Dirregular_stream_buffer.cc88 entry = trainingUnit.findVictim(pc);
181 ps_entry = psAddressMappingCache.findVictim(amc_address);
200 sp_entry = spAddressMappingCache.findVictim(amc_address);
H A Dassociative_set_impl.hh81 AssociativeSet<Entry>::findVictim(Addr addr) function in class:AssociativeSet
H A Ddelta_correlating_prediction_tables.cc144 entry = table.findVictim(pc);
H A Dstride.cc205 StrideEntry* entry = pcTable->findVictim(pc);
229 StridePrefetcher::PCTable::findVictim(Addr pc) function in class:StridePrefetcher::PCTable
H A Dsignature_path.cc171 signature_entry = signatureTable.findVictim(ppn);
194 pattern_entry = patternTable.findVictim(signature);
H A Dindirect_memory.cc159 pt_entry = prefetchTable.findVictim(pc);
190 ipd_entry = ipd.findVictim(ipd_entry_addr);
H A Dspatio_temporal_memory_streaming.cc88 pst_entry = patternSequenceTable.findVictim(agt_entry.pc);
156 agt_entry = activeGenerationTable.findVictim(sr_addr);
H A Daccess_map_pattern_matching.cc110 am_entry = accessMapTable.findVictim(am_addr);
H A Dpif.cc180 idx_entry = index.findVictim(spatialCompactor.trigger);
/gem5/src/mem/cache/
H A Dbase.cc1459 CacheBlk *victim = tags->findVictim(addr, is_secure, blk_size_bits,

Completed in 35 milliseconds