Home
last modified time | relevance | path

Searched refs:this_cpu_ci (Results 1 – 2 of 2) sorted by relevance

/drivers/base/
A Dcacheinfo.c329 struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); in init_of_cache_level() local
358 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() local
399 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() local
485 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 …]
/drivers/acpi/
A Dpptt.c429 struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); in cache_setup_acpi_cpu() local
436 this_leaf = this_cpu_ci->info_list + index; in cache_setup_acpi_cpu()

Completed in 15 milliseconds