Searched refs:this_cpu_ci (Results 1 – 2 of 2) sorted by relevance
329 struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); in init_of_cache_level() local358 this_cpu_ci->num_levels = levels; in init_of_cache_level()359 this_cpu_ci->num_leaves = leaves; in init_of_cache_level()394 struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); in cache_shared_cpu_map_setup() local399 if (this_cpu_ci->cpu_map_populated) in cache_shared_cpu_map_setup()447 this_cpu_ci->cpu_map_populated = true; in cache_shared_cpu_map_setup()453 struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); in cache_shared_cpu_map_remove() local485 this_cpu_ci->cpu_map_populated = false; in cache_shared_cpu_map_remove()533 this_cpu_ci->num_levels = levels; in fetch_cache_info()540 this_cpu_ci->num_leaves = levels + split_levels; in fetch_cache_info()[all …]
429 struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); in cache_setup_acpi_cpu() local436 this_leaf = this_cpu_ci->info_list + index; in cache_setup_acpi_cpu()
Completed in 15 milliseconds