Lines Matching defs:const

143         CacheMasterPort(const std::string &_name, BaseCache *_cache,
154 virtual bool isSnooping() const { return true; }
175 const std::string &label) :
194 bool checkConflictingSnoop(const PacketPtr pkt)
236 MemSidePort(const std::string &_name, BaseCache *_cache,
237 const std::string &_label);
259 bool isBlocked() const { return blocked; }
263 CacheSlavePort(const std::string &_name, BaseCache *_cache,
264 const std::string &_label);
303 virtual AddrRangeList getAddrRanges() const override;
307 CpuSidePort(const std::string &_name, BaseCache *_cache,
308 const std::string &_label);
355 WriteAllocator * const writeAllocator;
408 inline bool allocOnFill(MemCmd cmd) const
436 Cycles calculateTagOnlyLatency(const uint32_t delay,
437 const Cycles lookup_lat) const;
447 Cycles calculateAccessLatency(const CacheBlk* blk, const uint32_t delay,
448 const Cycles lookup_lat) const;
522 virtual void serviceMSHRTargets(MSHR *mshr, const PacketPtr pkt,
621 bool is_whole_line_write) const = 0;
630 const bool writebackClean;
684 bool updateCompressionData(CacheBlk *blk, const uint64_t* data,
745 CacheBlk *allocateBlock(const PacketPtr pkt, PacketList &writebacks);
813 bool isDirty() const;
823 bool inRange(Addr addr) const;
828 Tick nextQueueReadyTime() const;
831 const unsigned blkSize;
837 const Cycles lookupLatency;
843 const Cycles dataLatency;
850 const Cycles forwardLatency;
853 const Cycles fillLatency;
860 const Cycles responseLatency;
865 const bool sequentialAccess;
868 const int numTarget;
878 const Enums::Clusivity clusivity;
886 const bool isReadOnly;
909 const AddrRangeList addrRanges;
1051 BaseCache(const BaseCacheParams *p, unsigned blk_size);
1056 Port &getPort(const std::string &if_name,
1064 getBlockSize() const
1069 const AddrRangeList &getAddrRanges() const { return addrRanges; }
1124 bool isBlocked() const
1177 bool inCache(Addr addr, bool is_secure) const {
1181 bool hasBeenPrefetched(Addr addr, bool is_secure) const {
1190 bool inMissQueue(Addr addr, bool is_secure) const {
1217 bool coalesce() const;
1258 void serialize(CheckpointOut &cp) const override;
1279 WriteAllocator(const WriteAllocatorParams *p) :
1294 bool coalesce() const {
1303 bool allocate() const {
1380 const uint32_t coalesceLimit;
1381 const uint32_t noAllocateLimit;
1385 const uint32_t delayThreshold;