Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c53 * equal to (x86_cache_max_rmid + 1) / 8 - 1 and is from 0 up to 27.
354 r->num_rmid = (boot_cpu_data.x86_cache_max_rmid + 1) / snc_nodes_per_l3_cache; in rdt_get_mon_l3_config()
395 cf_index = (boot_cpu_data.x86_cache_max_rmid + 1) / 8 - 1; in intel_rdt_mbm_apply_quirk()
H A Dcore.c969 c->x86_cache_max_rmid = -1; in resctrl_cpu_detect()
976 c->x86_cache_max_rmid = cpuid_ebx(0xf); in resctrl_cpu_detect()
986 c->x86_cache_max_rmid = ecx; in resctrl_cpu_detect()
/linux/arch/x86/include/asm/
H A Dprocessor.h172 int x86_cache_max_rmid; /* max index */ member