Home
last modified time | relevance | path

Searched refs:blockInCache (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/opencsd/decoder/include/mem_acc/
H A Dtrc_mem_acc_cache.h80 …bool blockInCache(const ocsd_vaddr_t address, const uint32_t reqBytes); // run through each page t…
121 inline bool TrcMemAccCache::blockInCache(const ocsd_vaddr_t address, const uint32_t reqBytes) in blockInCache() function
/freebsd/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_cache.cpp75 if (blockInCache(address, reqBytes)) in readBytesFromCache()