gem5  v20.1.0.0
Classes | Typedefs
fa_lru.hh File Reference
#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  FALRUBlk
 A fully associative cache block. More...
 
class  FALRU
 A fully associative LRU cache. More...
 
struct  FALRU::PairHash
 Hash table type mapping addresses to cache block pointers. More...
 
class  FALRU::CacheTracking
 Mechanism that allows us to simultaneously collect miss statistics for multiple caches. More...
 

Typedefs

typedef uint32_t CachesMask
 

Detailed Description

Declaration of a fully associative LRU tag store.

Definition in file fa_lru.hh.

Typedef Documentation

◆ CachesMask

typedef uint32_t CachesMask

Definition at line 70 of file fa_lru.hh.


Generated on Wed Sep 30 2020 14:02:19 for gem5 by doxygen 1.8.17