Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c36 static int snc_nodes_per_l3_cache = 1; variable
130 if (snc_nodes_per_l3_cache == 1) in logical_rmid_to_physical_rmid()
133 return lrmid + (cpu_to_node(cpu) % snc_nodes_per_l3_cache) * r->mon.num_rmid; in logical_rmid_to_physical_rmid()
353 if (snc_nodes_per_l3_cache > 1) in arch_mon_domain_online()
428 snc_nodes_per_l3_cache = snc_get_config(); in rdt_get_mon_l3_config()
431 hw_res->mon_scale = boot_cpu_data.x86_cache_occ_scale / snc_nodes_per_l3_cache; in rdt_get_mon_l3_config()
432 r->mon.num_rmid = (boot_cpu_data.x86_cache_max_rmid + 1) / snc_nodes_per_l3_cache; in rdt_get_mon_l3_config()
/linux/tools/perf/arch/x86/util/
H A Dpmu.c55 static int snc_nodes_per_l3_cache(void) in snc_nodes_per_l3_cache() function
112 int snc_nodes = snc_nodes_per_l3_cache(); in uncore_cha_snc()
139 int snc_nodes = snc_nodes_per_l3_cache(); in uncore_imc_snc()
/linux/tools/testing/selftests/resctrl/
H A Dresctrl.h165 int snc_nodes_per_l3_cache(void);