Searched refs:CacheSetupState (Results 1 – 2 of 2) sorted by relevance
37 enum CacheSetupState : uint8_t { enum82 CacheSetupState DistributeCacheRange(uintptr_t startAddr, size_t totalBytes);83 CacheSetupState PrecheckStatus(uintptr_t startAddr, size_t totalBytes) const;89 CacheSetupState cacheState_;
85 CacheSetupState CacheManager::PrecheckStatus(uintptr_t startAddr, size_t totalBytes) const in PrecheckStatus()126 CacheSetupState CacheManager::DistributeCacheRange(uintptr_t startAddr, size_t totalBytes) in DistributeCacheRange()128 CacheSetupState setupResult = PrecheckStatus(startAddr, totalBytes); in DistributeCacheRange()