Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A 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()
/openbmc/linux/arch/loongarch/mm/
H A 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()
/openbmc/linux/arch/loongarch/include/asm/
H A Dcacheflush.h29 int cache_present = boot_cpu_data.cache_leaves_present; in cpu_last_level_cache_line_size()
H A Dcpu-info.h53 int cache_leaves_present; /* number of cache_leaves[] elements */ member