gem5 v24.0.0.0
|
#include <unordered_map>
#include <unordered_set>
#include "debug/PartitionPolicy.hh"
#include "mem/cache/replacement_policies/replaceable_entry.hh"
#include "mem/cache/tags/partitioning_policies/base_pp.hh"
#include "params/WayPartitioningPolicy.hh"
Go to the source code of this file.
Classes | |
class | gem5::partitioning_policy::WayPartitioningPolicy |
A WayPartitioningPolicy filters the cache blocks available to a memory requestor (identified via PartitionID) based on the cache ways allocated to that requestor. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::partitioning_policy |