Lines Matching refs:this_leaf
358 static void update_cache_properties(struct cacheinfo *this_leaf, in update_cache_properties() argument
365 this_leaf->fw_token = cpu_node; in update_cache_properties()
367 this_leaf->size = found_cache->size; in update_cache_properties()
369 this_leaf->coherency_line_size = found_cache->line_size; in update_cache_properties()
371 this_leaf->number_of_sets = found_cache->number_of_sets; in update_cache_properties()
373 this_leaf->ways_of_associativity = found_cache->associativity; in update_cache_properties()
377 this_leaf->attributes = CACHE_WRITE_THROUGH; in update_cache_properties()
380 this_leaf->attributes = CACHE_WRITE_BACK; in update_cache_properties()
387 this_leaf->attributes |= CACHE_READ_ALLOCATE; in update_cache_properties()
390 this_leaf->attributes |= CACHE_WRITE_ALLOCATE; in update_cache_properties()
394 this_leaf->attributes |= in update_cache_properties()
409 if (this_leaf->type == CACHE_TYPE_NOCACHE && in update_cache_properties()
411 this_leaf->type = CACHE_TYPE_UNIFIED; in update_cache_properties()
416 this_leaf->id = found_cache_v1->cache_id; in update_cache_properties()
417 this_leaf->attributes |= CACHE_ID; in update_cache_properties()
427 struct cacheinfo *this_leaf; in cache_setup_acpi_cpu() local
432 this_leaf = this_cpu_ci->info_list + index; in cache_setup_acpi_cpu()
434 this_leaf->type, in cache_setup_acpi_cpu()
435 this_leaf->level, in cache_setup_acpi_cpu()
439 update_cache_properties(this_leaf, found_cache, in cache_setup_acpi_cpu()