Home
last modified time | relevance | path

Searched refs:show_cache_info (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/resctrl/
H A Dcqm_test.c42 static void show_cache_info(unsigned long sum_llc_occu_resc, int no_of_bits, in show_cache_info() function
104 show_cache_info(sum_llc_occu_resc, no_of_bits, param->span); in check_results()
H A Dcat_test.c55 static void show_cache_info(unsigned long sum_llc_perf_miss, int no_of_bits, in show_cache_info() function
111 show_cache_info(sum_llc_perf_miss, no_of_bits, param->span); in check_results()
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dcache.h34 extern void show_cache_info(struct seq_file *m);
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dprocessor.c433 show_cache_info(m); in show_cpuinfo()
H A Dcache.c107 show_cache_info(struct seq_file *m) in show_cache_info() function