Searched refs:BaseSetAssoc (Results 1 - 7 of 7) sorted by relevance

/gem5/src/mem/cache/tags/
H A Dbase_set_assoc.cc54 BaseSetAssoc::BaseSetAssoc(const Params *p) function in class:BaseSetAssoc
66 BaseSetAssoc::tagsInit()
85 BaseSetAssoc::invalidate(CacheBlk *blk)
96 BaseSetAssoc *
102 return new BaseSetAssoc(this);
H A Dbase_set_assoc.hh65 #include "params/BaseSetAssoc.hh"
71 * The BaseSetAssoc placement policy divides the cache into s sets of w
74 class BaseSetAssoc : public BaseTags class in inherits:BaseTags
96 BaseSetAssoc(const Params *p);
101 virtual ~BaseSetAssoc() {};
H A DTags.py76 class BaseSetAssoc(BaseTags): class in inherits:BaseTags
77 type = 'BaseSetAssoc'
/gem5/src/mem/cache/
H A DCache.py104 tags = Param.BaseTags(BaseSetAssoc(), "Tag store")
/gem5/configs/common/cores/arm/
H A Dex5_LITTLE.py151 tags = BaseSetAssoc()
H A DO3_ARM_v7a.py206 tags = BaseSetAssoc()
H A Dex5_big.py203 tags = BaseSetAssoc()

Completed in 6 milliseconds