|
class | BasePartitioningPolicy |
| A Partitioning Policy is a cache partitioning mechanism that limits the cache block allocations in a cache based on a PartitionID identifier. More...
|
|
class | MaxCapacityPartitioningPolicy |
| A MaxCapacityPartitioningPolicy filters the cache blocks available to a memory requestor (identified via PartitionID) based on count of already allocated blocks. More...
|
|
class | PartitionManager |
|
class | 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...
|
|
class | WayPolicyAllocation |
| A WayPolicyAllocation holds a single PartitionID->Ways allocation for Way Partitioning Policies. More...
|
|