Searched refs:FALRU (Results 1 - 3 of 3) sorted by relevance

/gem5/src/mem/cache/tags/
H A Dfa_lru.cc67 FALRU::FALRU(const Params *p) function in class:FALRU
81 FALRU::~FALRU()
87 FALRU::tagsInit()
114 FALRU::regStats()
121 FALRU::invalidate(CacheBlk *blk)
141 FALRU::accessBlock(Addr addr, bool is_secure, Cycles &lat)
147 FALRU::accessBlock(Addr addr, bool is_secure, Cycles &lat,
173 FALRU
[all...]
H A Dfa_lru.hh66 #include "params/FALRU.hh"
68 // Uncomment to enable sanity checks for the FALRU cache and the
109 class FALRU : public BaseTags class in inherits:BaseTags
159 FALRU(const Params *p);
160 ~FALRU();
H A DTags.py119 class FALRU(BaseTags): class in inherits:BaseTags
120 type = 'FALRU'
121 cxx_class = 'FALRU'

Completed in 7 milliseconds