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

/gem5/src/mem/cache/prefetch/
H A Dassociative_set.hh41 class TaggedEntry : public ReplaceableEntry { class in inherits:ReplaceableEntry
49 TaggedEntry() : tag(0), valid(false), secure(false) {} function in class:TaggedEntry
50 virtual ~TaggedEntry() {}
128 static_assert(std::is_base_of<TaggedEntry, Entry>::value,
129 "Entry must derive from TaggedEntry");
H A Dirregular_stream_buffer.hh63 struct TrainingUnitEntry : public TaggedEntry {
82 struct AddressMappingEntry : public TaggedEntry {
H A Dindirect_memory.hh66 struct PrefetchTableEntry : public TaggedEntry
98 : TaggedEntry(), address(0), secure(false), streamCounter(0),
120 struct IndirectPatternDetectorEntry : public TaggedEntry
H A Ddelta_correlating_prediction_tables.hh62 struct DCPTEntry : public TaggedEntry
H A Dsignature_path_v2.hh55 struct GlobalHistoryEntry : public TaggedEntry
H A Dsignature_path.hh72 struct SignatureEntry : public TaggedEntry
95 struct PatternEntry : public TaggedEntry
H A Dpif.hh133 struct IndexEntry : public TaggedEntry
H A Daccess_map_pattern_matching.hh87 struct AccessMapEntry : public TaggedEntry
H A Dspatio_temporal_memory_streaming.hh67 struct ActiveGenerationTableEntry : public TaggedEntry {
108 * becasuse the TaggedEntry component must not be copied.

Completed in 13 milliseconds