Lines Matching refs:Cache
254 std::string dir = "/sys/devices/system/cpu/cpu0/cache/";
269 "Invalid cache size format: failed to read size suffix");
271 PrintErrorAndDie("Invalid cache size format: Expected bytes ", suffix);
339 CInfo* Cache = &it->Cache;
342 C.level = Cache->Level;
343 C.size = Cache->Size;
344 switch (Cache->Type) {
368 struct cacheattr_entry *cache = SYSPAGE_ENTRY(cacheattr);
373 switch (cache->flags){
392 info.size = cache->line_size * cache->num_lines;
395 cache = SYSPAGE_ARRAY_ADJ_OFFSET(cacheattr, cache, elsize);