#include <cassert>
#include "base/cprintf.hh"
#include "base/types.hh"
#include "mem/cache/replacement_policies/replaceable_entry.hh"
#include "mem/cache/tags/indexing_policies/base.hh"
#include "params/TaggedIndexingPolicy.hh"
#include "params/TaggedSetAssociative.hh"
Go to the source code of this file.
|
namespace | gem5 |
| Copyright (c) 2024 Arm Limited All rights reserved.
|
|
|
static constexpr auto | gem5::genTagExtractor (TaggedIndexingPolicy *ip) |
| This helper generates an a tag extractor function object which will be typically used by Replaceable entries indexed with the TaggedIndexingPolicy.
|
|