Go to the documentation of this file.
42 #ifndef __MEM_RUBY_STRUCTURES_CACHEMEMORY_HH__
43 #define __MEM_RUBY_STRUCTURES_CACHEMEMORY_HH__
46 #include <unordered_map>
53 #include "mem/ruby/protocol/CacheRequestType.hh"
54 #include "mem/ruby/protocol/CacheResourceType.hh"
55 #include "mem/ruby/protocol/RubyRequest.hh"
60 #include "params/RubyCache.hh"
73 typedef std::shared_ptr<replacement_policy::ReplacementData>
ReplData;
146 void print(std::ostream& out)
const;
258 #endif // __MEM_RUBY_STRUCTURES_CACHEMEMORY_HH__
This is a simple scalar statistic, like a counter.
statistics::Scalar m_prefetch_hits
statistics::Formula m_prefetch_accesses
replacement_policy::Base * m_replacementPolicy_ptr
We use the replacement policies from the Classic memory system.
void htmCommitTransaction()
statistics::Scalar m_prefetch_misses
Addr getAddressAtIdx(int idx) const
bool isBlockInvalid(int64_t cache_set, int64_t loc)
void htmAbortTransaction()
std::ostream & operator<<(std::ostream &os, const BoolVec &myvector)
void print(std::ostream &out) const
int getReplacementWeight(int64_t set, int64_t loc)
gem5::ruby::CacheMemory::CacheMemoryStats cacheMemoryStats
bool tryCacheAccess(Addr address, RubyRequestType type, DataBlock *&data_ptr)
CacheMemory(const Params &p)
statistics::Scalar numTagArrayWrites
A vector of scalar stats.
int64_t addressToCacheSet(Addr address) const
Cycles getLatency() const
statistics::Histogram htmTransCommitReadSet
Addr cacheProbe(Addr address) const
CacheMemory & operator=(const CacheMemory &obj)
AbstractCacheEntry * lookup(Addr address)
int findTagInSet(int64_t line, Addr tag) const
bool isTagPresent(Addr address) const
std::shared_ptr< replacement_policy::ReplacementData > ReplData
std::vector< std::vector< AbstractCacheEntry * > > m_cache
Cycles is a wrapper class for representing cycle counts, i.e.
statistics::Scalar numTagArrayStalls
std::unordered_map< Addr, int > m_tag_index
void printData(std::ostream &out) const
statistics::Scalar m_demand_misses
statistics::Scalar numDataArrayWrites
CacheMemoryStats(statistics::Group *parent)
AbstractCacheEntry * allocate(Addr address, AbstractCacheEntry *new_entry)
int getCacheAssoc() const
bool cacheAvail(Addr address) const
statistics::Scalar numDataArrayStalls
statistics::Scalar numDataArrayReads
bool checkResourceAvailable(CacheResourceType res, Addr addr)
Abstract superclass for simulation objects.
A common base class of cache replacement policy objects.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
int findTagInSetIgnorePermissions(int64_t cacheSet, Addr tag) const
bool testCacheAccess(Addr address, RubyRequestType type, DataBlock *&data_ptr)
void recordCacheContents(int cntrl, CacheRecorder *tr) const
void setMRU(Addr address)
bool m_is_instruction_only_cache
bool isBlockNotBusy(int64_t cache_set, int64_t loc)
void setLocked(Addr addr, int context)
bool isLocked(Addr addr, int context)
AbstractCacheEntry * getNullEntry() const
Cycles getDataLatency() const
void init()
init() is called after all C++ SimObjects have been created and all ports are connected.
void profilePrefetchHit()
statistics::Formula m_demand_accesses
bool m_use_occupancy
Set to true when using WeightedLRU replacement policy, otherwise, set to false.
void clearLocked(Addr addr)
statistics::Histogram htmTransAbortReadSet
void clearLockedAll(int context)
statistics::Histogram htmTransAbortWriteSet
statistics::Histogram htmTransCommitWriteSet
statistics::Scalar numTagArrayReads
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void profilePrefetchMiss()
Cycles getTagLatency() const
void recordRequestType(CacheRequestType requestType, Addr addr)
void deallocate(Addr address)
std::vector< std::vector< ReplData > > replacement_data
We store all the ReplacementData in a 2-dimensional array.
void allocateVoid(Addr address, AbstractCacheEntry *new_entry)
statistics::Scalar m_demand_hits
statistics::Vector m_accessModeType
Generated on Wed May 4 2022 12:14:02 for gem5 by doxygen 1.8.17