gem5 v24.0.0.0
Loading...
Searching...
No Matches
fa_lru.hh File Reference

Declaration of a fully associative LRU tag store. More...

#include <cstdint>
#include <functional>
#include <string>
#include <unordered_map>
#include <vector>
#include "base/bitfield.hh"
#include "base/intmath.hh"
#include "base/logging.hh"
#include "base/statistics.hh"
#include "base/types.hh"
#include "mem/cache/cache_blk.hh"
#include "mem/cache/tags/base.hh"
#include "mem/packet.hh"
#include "params/FALRU.hh"

Go to the source code of this file.

Classes

class  gem5::FALRUBlk
 A fully associative cache block. More...
 
class  gem5::FALRU
 A fully associative LRU cache. More...
 
struct  gem5::FALRU::PairHash
 Hash table type mapping addresses to cache block pointers. More...
 
class  gem5::FALRU::CacheTracking
 Mechanism that allows us to simultaneously collect miss statistics for multiple caches. More...
 

Namespaces

namespace  gem5
 Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
 

Typedefs

typedef uint32_t gem5::CachesMask
 

Detailed Description

Declaration of a fully associative LRU tag store.

Definition in file fa_lru.hh.


Generated on Tue Jun 18 2024 16:24:08 for gem5 by doxygen 1.11.0