Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c102 static int snc_nodes_per_l3_cache = 1; variable
222 if (snc_nodes_per_l3_cache == 1) in logical_rmid_to_physical_rmid()
225 return lrmid + (cpu_to_node(cpu) % snc_nodes_per_l3_cache) * r->num_rmid; in logical_rmid_to_physical_rmid()
1128 if (snc_nodes_per_l3_cache > 1) in arch_mon_domain_online()
1246 snc_nodes_per_l3_cache = snc_get_config(); in rdt_get_mon_l3_config()
1249 hw_res->mon_scale = boot_cpu_data.x86_cache_occ_scale / snc_nodes_per_l3_cache; in rdt_get_mon_l3_config()
1250 r->num_rmid = (boot_cpu_data.x86_cache_max_rmid + 1) / snc_nodes_per_l3_cache; in rdt_get_mon_l3_config()
/linux-6.15/tools/testing/selftests/resctrl/
H A Dresctrlfs.c223 int snc_nodes_per_l3_cache(void) in snc_nodes_per_l3_cache() function
318 *cache_size /= snc_nodes_per_l3_cache(); in get_cache_size()
974 ret = snc_nodes_per_l3_cache(); in snc_kernel_support()
H A Dresctrl.h165 int snc_nodes_per_l3_cache(void);
H A Dresctrl_tests.c131 snc_mode = snc_nodes_per_l3_cache(); in run_single_test()