Home
last modified time | relevance | path

Searched refs:TrcMemAccCache (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/opencsd/decoder/include/mem_acc/
H A Dtrc_mem_acc_cache.h58 class TrcMemAccCache
61 TrcMemAccCache();
62 ~TrcMemAccCache() {}; in ~TrcMemAccCache()
100 inline TrcMemAccCache::TrcMemAccCache() in TrcMemAccCache() function
113 inline bool TrcMemAccCache::blockInPage(const ocsd_vaddr_t address, const uint32_t reqBytes) in blockInPage()
121 inline bool TrcMemAccCache::blockInCache(const ocsd_vaddr_t address, const uint32_t reqBytes) in blockInCache()
136 inline void TrcMemAccCache::invalidateAll() in invalidateAll()
H A Dtrc_mem_acc_mapper.h101 TrcMemAccCache m_cache; // memory accessor caching.
/freebsd/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_cache.cpp64 ocsd_err_t TrcMemAccCache::readBytesFromCache(TrcMemAccessorBase *p_accessor, const ocsd_vaddr_t ad… in readBytesFromCache()
145 void TrcMemAccCache::logMsg(const std::string &szMsg) in logMsg()
151 void TrcMemAccCache::setErrorLog(ITraceErrorLog *log) in setErrorLog()
156 void TrcMemAccCache::logAndClearCounts() in logAndClearCounts()