Lines Matching refs:this_leaf
356 static void update_cache_properties(struct cacheinfo *this_leaf, in update_cache_properties() argument
360 this_leaf->fw_token = cpu_node; in update_cache_properties()
362 this_leaf->size = found_cache->size; in update_cache_properties()
364 this_leaf->coherency_line_size = found_cache->line_size; in update_cache_properties()
366 this_leaf->number_of_sets = found_cache->number_of_sets; in update_cache_properties()
368 this_leaf->ways_of_associativity = found_cache->associativity; in update_cache_properties()
372 this_leaf->attributes = CACHE_WRITE_THROUGH; in update_cache_properties()
375 this_leaf->attributes = CACHE_WRITE_BACK; in update_cache_properties()
382 this_leaf->attributes |= CACHE_READ_ALLOCATE; in update_cache_properties()
385 this_leaf->attributes |= CACHE_WRITE_ALLOCATE; in update_cache_properties()
389 this_leaf->attributes |= in update_cache_properties()
404 if (this_leaf->type == CACHE_TYPE_NOCACHE && in update_cache_properties()
406 this_leaf->type = CACHE_TYPE_UNIFIED; in update_cache_properties()
415 struct cacheinfo *this_leaf; in cache_setup_acpi_cpu() local
420 this_leaf = this_cpu_ci->info_list + index; in cache_setup_acpi_cpu()
422 this_leaf->type, in cache_setup_acpi_cpu()
423 this_leaf->level, in cache_setup_acpi_cpu()
427 update_cache_properties(this_leaf, in cache_setup_acpi_cpu()