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