Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/include/mem_acc/
H A Dtrc_mem_acc_cache.h81 bool blockInPage(const ocsd_vaddr_t address, const uint32_t reqBytes);
113 inline bool TrcMemAccCache::blockInPage(const ocsd_vaddr_t address, const uint32_t reqBytes) in blockInPage() function
126 if (blockInPage(address, reqBytes)) in blockInCache()
/freebsd/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_cache.cpp123 if (blockInPage(address, reqBytes)) /* check we got the data we needed */ in readBytesFromCache()