Lines Matching refs:this_leaf
357 static void update_cache_properties(struct cacheinfo *this_leaf, in update_cache_properties() argument
364 this_leaf->fw_token = cpu_node; in update_cache_properties()
366 this_leaf->size = found_cache->size; in update_cache_properties()
368 this_leaf->coherency_line_size = found_cache->line_size; in update_cache_properties()
370 this_leaf->number_of_sets = found_cache->number_of_sets; in update_cache_properties()
372 this_leaf->ways_of_associativity = found_cache->associativity; in update_cache_properties()
376 this_leaf->attributes = CACHE_WRITE_THROUGH; in update_cache_properties()
379 this_leaf->attributes = CACHE_WRITE_BACK; in update_cache_properties()
386 this_leaf->attributes |= CACHE_READ_ALLOCATE; in update_cache_properties()
389 this_leaf->attributes |= CACHE_WRITE_ALLOCATE; in update_cache_properties()
393 this_leaf->attributes |= in update_cache_properties()
408 if (this_leaf->type == CACHE_TYPE_NOCACHE && in update_cache_properties()
410 this_leaf->type = CACHE_TYPE_UNIFIED; in update_cache_properties()
415 this_leaf->id = found_cache_v1->cache_id; in update_cache_properties()
416 this_leaf->attributes |= CACHE_ID; in update_cache_properties()
426 struct cacheinfo *this_leaf; in cache_setup_acpi_cpu() local
431 this_leaf = this_cpu_ci->info_list + index; in cache_setup_acpi_cpu()
433 this_leaf->type, in cache_setup_acpi_cpu()
434 this_leaf->level, in cache_setup_acpi_cpu()
438 update_cache_properties(this_leaf, found_cache, in cache_setup_acpi_cpu()