Lines Matching refs:this_leaf
357 static void update_cache_properties(struct cacheinfo *this_leaf, in update_cache_properties() argument
361 this_leaf->fw_token = cpu_node; in update_cache_properties()
363 this_leaf->size = found_cache->size; in update_cache_properties()
365 this_leaf->coherency_line_size = found_cache->line_size; in update_cache_properties()
367 this_leaf->number_of_sets = found_cache->number_of_sets; in update_cache_properties()
369 this_leaf->ways_of_associativity = found_cache->associativity; in update_cache_properties()
373 this_leaf->attributes = CACHE_WRITE_THROUGH; in update_cache_properties()
376 this_leaf->attributes = CACHE_WRITE_BACK; in update_cache_properties()
383 this_leaf->attributes |= CACHE_READ_ALLOCATE; in update_cache_properties()
386 this_leaf->attributes |= CACHE_WRITE_ALLOCATE; in update_cache_properties()
390 this_leaf->attributes |= in update_cache_properties()
405 if (this_leaf->type == CACHE_TYPE_NOCACHE && in update_cache_properties()
407 this_leaf->type = CACHE_TYPE_UNIFIED; in update_cache_properties()
416 struct cacheinfo *this_leaf; in cache_setup_acpi_cpu() local
421 this_leaf = this_cpu_ci->info_list + index; in cache_setup_acpi_cpu()
423 this_leaf->type, in cache_setup_acpi_cpu()
424 this_leaf->level, in cache_setup_acpi_cpu()
428 update_cache_properties(this_leaf, in cache_setup_acpi_cpu()