Home
last modified time | relevance | path

Searched refs:cache_leaves_present (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/loongarch/kernel/
Dcacheinfo.c14 int cache_present = current_cpu_data.cache_leaves_present; in init_cache_level()
64 int i, cache_present = current_cpu_data.cache_leaves_present; in populate_cache_leaves()
/linux-6.1.9/arch/loongarch/mm/
Dcache.c70 unsigned int cache_present = current_cpu_data.cache_leaves_present; in __flush_cache_all()
157 current_cpu_data.cache_leaves_present = leaf; in cpu_cache_init()
/linux-6.1.9/arch/loongarch/include/asm/
Dcacheflush.h29 int cache_present = boot_cpu_data.cache_leaves_present; in cpu_last_level_cache_line_size()
Dcpu-info.h53 int cache_leaves_present; /* number of cache_leaves[] elements */ member