gem5
v20.1.0.0
|
#include "mem/cache/replacement_policies/base.hh"
#include "mem/cache/replacement_policies/replaceable_entry.hh"
#include "mem/cache/tags/indexing_policies/base.hh"
Go to the source code of this file.
Classes | |
class | TaggedEntry |
Copyright (c) 2018 Metempsy Technology Consulting All rights reserved. More... | |
class | AssociativeSet< Entry > |
Associative container based on the previosuly defined Entry type Each element is indexed by a key of type Addr, an additional bool value is used as an additional tag data of the entry. More... | |