Lines Matching defs:cache
260 std::string dir = "/sys/devices/system/cpu/cpu0/cache/";
275 "Invalid cache size format: failed to read size suffix");
277 PrintErrorAndDie("Invalid cache size format: Expected bytes ", suffix);
345 const CInfo& cache = it->Cache;
348 C.level = cache.Level;
349 C.size = cache.Size;
351 switch (cache.Type) {
372 struct cacheattr_entry* cache = SYSPAGE_ENTRY(cacheattr);
377 switch (cache->flags) {
398 info.size = cache->line_size * cache->num_lines;
401 cache = SYSPAGE_ARRAY_ADJ_OFFSET(cacheattr, cache, elsize);