Searched refs:cacheStartAddr (Results 1 – 2 of 2) sorted by relevance
50 wholeCacheMemInfo_.cacheStartAddr = 0; in ResetDistributedInfo()81 wholeCacheMemInfo_.cacheStartAddr = startAddr; in SetupCacheMemInfo()139 cacheUnitInfo_[configTable_[index].cacheUser_].cacheStartAddr = startPos; in DistributeCacheRange()155 return ((user < USER_MAX_COUNT) && (cacheUnitInfo_[user].cacheStartAddr != 0)); in IsEnvReady()163 return cacheUnitInfo_[user].cacheStartAddr + MAGIC_NUMBER_LENGTH; in GetCacheBufAddress()180 uint32_t *bufferHead = reinterpret_cast<uint32_t *>(cacheUnitInfo_[user].cacheStartAddr); in IsCacheOverflow()182 uint32_t *bufferTail = reinterpret_cast<uint32_t *>(cacheUnitInfo_[user].cacheStartAddr + in IsCacheOverflow()
32 uintptr_t cacheStartAddr; member